![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
ok connect ethernet http://nanoservice-demo.mbed.org/ logout login name/password: demo demo see unique id on LCD click on that on that SAME id on web page interact with it: led on/off temp buzzer etc.
Dependencies: Beep C12832_lcd EthernetInterface LM75B MMA7660 mbed-rtos mbed nsdl_lib
Fork of NSDL_HelloWorld by
Diff: resources/gps.h
- Revision:
- 2:7e489126fe7a
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/resources/gps.h Tue Oct 15 12:45:46 2013 +0000 @@ -0,0 +1,10 @@ +// GPS resource implementation + +#ifndef GPS_H +#define GPS_H + +#include "nsdl_support.h" + +int create_gps_resource(sn_nsdl_resource_info_s *resource_ptr); + +#endif