Red Hat Summit NanoService Demo for LPC1768 App Board using OMA Lightweight Objects
Dependencies: Beep C12832_lcd EthernetInterface LM75B MMA7660 mbed-rtos mbed nsdl_lib
Fork of LWM2M_NanoService_Ethernet by
resources/rgb.h
- Committer:
- sam_grove
- Date:
- 2014-04-29
- Revision:
- 32:7f3f1ef700e3
- Parent:
- 20:84ee332ba360
File content as of revision 32:7f3f1ef700e3:
// RGB LED resource implementation #ifndef RGB_H #define RGB_H #include "nsdl_support.h" int create_rgb_resource(sn_nsdl_resource_info_s *resource_ptr); void zero_rgb(); #endif