LPC1768 hell world with LWM2M
Dependencies: Beep C12832_lcd EthernetInterface LM75B MMA7660 mbed-rtos mbed nsdl_lib
resources/light.h@0:9101343a70cd, 2014-07-22 (annotated)
- Committer:
- michaeljkoster
- Date:
- Tue Jul 22 23:58:23 2014 +0000
- Revision:
- 0:9101343a70cd
Demo with lwm2m
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
michaeljkoster | 0:9101343a70cd | 1 | // Light resource implementation |
michaeljkoster | 0:9101343a70cd | 2 | |
michaeljkoster | 0:9101343a70cd | 3 | #ifndef LIGHT_H |
michaeljkoster | 0:9101343a70cd | 4 | #define LIGHT_H |
michaeljkoster | 0:9101343a70cd | 5 | |
michaeljkoster | 0:9101343a70cd | 6 | #include "nsdl_support.h" |
michaeljkoster | 0:9101343a70cd | 7 | |
michaeljkoster | 0:9101343a70cd | 8 | int create_light_resource(sn_nsdl_resource_info_s *resource_ptr); |
michaeljkoster | 0:9101343a70cd | 9 | |
michaeljkoster | 0:9101343a70cd | 10 | #endif |