Sensinode NSDL demo with WiFi interface
Dependencies: Beep C12832_lcd LM75B MMA7660 WiflyInterface mbed-rtos mbed nsdl_lib
Fork of NSDL_HelloWorld by
resources/relay.h@8:f5f58eb0af34, 2014-05-12 (annotated)
- Committer:
- MACRUM
- Date:
- Mon May 12 06:02:52 2014 +0000
- Revision:
- 8:f5f58eb0af34
- Parent:
- 2:7e489126fe7a
Initial release
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
bogdanm | 2:7e489126fe7a | 1 | // Relay resource implementation |
bogdanm | 2:7e489126fe7a | 2 | |
bogdanm | 2:7e489126fe7a | 3 | #ifndef RELAY_H |
bogdanm | 2:7e489126fe7a | 4 | #define RELAY_H |
bogdanm | 2:7e489126fe7a | 5 | |
bogdanm | 2:7e489126fe7a | 6 | #include "nsdl_support.h" |
bogdanm | 2:7e489126fe7a | 7 | |
bogdanm | 2:7e489126fe7a | 8 | int create_relay_resource(sn_nsdl_resource_info_s *resource_ptr); |
bogdanm | 2:7e489126fe7a | 9 | |
bogdanm | 2:7e489126fe7a | 10 | #endif |