WiFi DipCortex USB CDC

Dependencies:   HTTPClient NTPClient USBDevice WebSocketClient cc3000_hostdriver_mbedsocket mbed

Fork of WiFiDip-UsbKitchenSink by Carl - SolderSplash Labs

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.h Source File

main.h

00001 
00002 #ifndef MAIN_H
00003 #define MAIN_H
00004 
00005 #define SERIAL_BAUD_RATE    115200
00006 
00007 typedef enum MENU_LEVEL
00008 {
00009     MENU_TOP = 0,
00010     MENU_CONNECTION,
00011     MENU_TCP,
00012     MENU_UDP    
00013 } MENU_LEVEL;
00014 
00015 extern cc3000 wifi;
00016 
00017 #endif