Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed CC3000_Hostdriver TEMT6200 TSI Wi-Go_eCompass_Lib_V3 WiGo_BattCharger
Fork of CC3000_Simple_Socket by
Webserver/demo.h@16:dceb9f5108f7, 2013-12-11 (annotated)
- 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?
User | Revision | Line number | New 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 |