Wifi Pressure Sensor

Dependencies:   HTTPClient MPL3115A2 NTPClient TMP102 USBDevice cc3000_hostdriver_mbedsocket mbed

main.h

Committer:
markirwin
Date:
2014-06-20
Revision:
17:49ff1aa294dd
Parent:
0:0bce3a738bcb

File content as of revision 17:49ff1aa294dd:


#ifndef MAIN_H
#define MAIN_H

#define SERIAL_BAUD_RATE    115200

typedef enum MENU_LEVEL
{
    MENU_TOP = 0,
    MENU_CONNECTION,
    MENU_TCP,
    MENU_UDP    
} MENU_LEVEL;

extern cc3000 wifi;

#endif