Wifly Driver  V1.0
Macros
Config.h File Reference
#include "uart.h"
#include "Printf.h"
#include "WiFly.h"
#include "Log.h"
Include dependency graph for Config.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define WIFLY_RST_PIN   22
 
#define WLAN_SSID   "MORGUE"
 
#define WLAN_PASSWORD   "Mireia09&Victor11"
 
#define WLAN_SEC_TYPE   MIXED
 
#define WLAN_PING_CHECK   "8.8.8.8"
 
#define UART_PORT_WIFLY   UART3PORT
 
#define BUFSIZE_WIFLY   512
 
#define UART_PORT_DEBUG   UART0PORT
 
#define BUFSIZE_DEBUG   512
 
#define LOG_LVL   3
 
#define ARPALAB_DNSADDRESS   "arpalab.appspot.com"
 
#define ARPALAB_ID   9423
 
#define ARPALAB_APP   "TFC"
 
#define TCP_ADDRESS   "192.168.1.34"
 
#define TCP_PORT   6789
 
#define UDP_ADDRESS   "192.168.1.34"
 
#define UDP_PORT   2589
 
#define UDP_LOCAL_PORT   2589
 

Macro Definition Documentation

#define ARPALAB_APP   "TFC"

Arpalab Application name

Definition at line 85 of file Config.h.

#define ARPALAB_DNSADDRESS   "arpalab.appspot.com"

Arpalab DNS Address

Definition at line 81 of file Config.h.

#define ARPALAB_ID   9423

Arpalab ID Number

Definition at line 83 of file Config.h.

#define BUFSIZE_DEBUG   512

Size of DEBUG buffer

Definition at line 74 of file Config.h.

#define BUFSIZE_WIFLY   512

Size of Wifly buffer

Definition at line 68 of file Config.h.

#define LOG_LVL   3

Debug log level

Definition at line 77 of file Config.h.

#define TCP_ADDRESS   "192.168.1.34"

TCP address connection

Definition at line 89 of file Config.h.

#define TCP_PORT   6789

TCP port connection

Definition at line 91 of file Config.h.

#define UART_PORT_DEBUG   UART0PORT

Debug UART port number (UART0PORT,UART1PORT,UART2PORT,UART3PORT)

Definition at line 71 of file Config.h.

#define UART_PORT_WIFLY   UART3PORT

Wifly UART port debugger (UART0PORT,UART1PORT,UART2PORT,UART3PORT)

Definition at line 65 of file Config.h.

#define UDP_ADDRESS   "192.168.1.34"

UDP address connection

Definition at line 95 of file Config.h.

#define UDP_LOCAL_PORT   2589

UDP local port connection

Definition at line 99 of file Config.h.

#define UDP_PORT   2589

UDP remote port connection

Definition at line 97 of file Config.h.

#define WIFLY_RST_PIN   22

Wifly reset Pin

Definition at line 49 of file Config.h.

#define WLAN_PASSWORD   "Mireia09&Victor11"

WLAN Password Wifly

Definition at line 56 of file Config.h.

#define WLAN_PING_CHECK   "8.8.8.8"

Default WLAN Ping check connection

Definition at line 62 of file Config.h.

Referenced by Arpalab_receiveValue(), and Arpalab_sendValue().

#define WLAN_SEC_TYPE   MIXED

WLAN Security type (OPEN, WEP, WPA1,MIXED, WPA2, ADHOCM, WPE64)

Definition at line 59 of file Config.h.

#define WLAN_SSID   "MORGUE"

WLAN SSID name

Definition at line 53 of file Config.h.