Frank Vannieuwkerke / Mbed 2 deprecated Wi-Go_IOT_Demo

Dependencies:   mbed CC3000_Hostdriver TEMT6200 TSI Wi-Go_eCompass_Lib_V3 WiGo_BattCharger

Fork of CC3000_Simple_Socket by Frank Vannieuwkerke

Committer:
frankvnk
Date:
Wed Dec 11 20:31:02 2013 +0000
Revision:
16:dceb9f5108f7
Parent:
3:405462258899
faster i2c (375KHz)

Who changed what in which revision?

UserRevisionLine numberNew contents of line
frankvnk 3:405462258899 1 #ifndef DEMO_H
frankvnk 3:405462258899 2 #define DEMO_H
frankvnk 3:405462258899 3
frankvnk 3:405462258899 4 #ifdef __cplusplus
frankvnk 3:405462258899 5 extern "C" {
frankvnk 3:405462258899 6 #endif
frankvnk 3:405462258899 7
frankvnk 3:405462258899 8 int demo_wifi_main(void);
frankvnk 3:405462258899 9 void testFunc(char * str);
frankvnk 3:405462258899 10 void getTempStr(char * str);
frankvnk 3:405462258899 11 void getBatteryVoltageStr(char * str);
frankvnk 3:405462258899 12 void getLightVoltageStr(char * str);
frankvnk 3:405462258899 13
frankvnk 3:405462258899 14
frankvnk 3:405462258899 15 #ifdef __cplusplus
frankvnk 3:405462258899 16 }
frankvnk 3:405462258899 17 #endif // __cplusplus
frankvnk 3:405462258899 18 #endif // DEMO_H
frankvnk 3:405462258899 19