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 MBED_DEMOS

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers rgb.h Source File

rgb.h

00001 // RGB LED resource implementation
00002 
00003 #ifndef RGB_H
00004 #define RGB_H
00005 
00006 #include "nsdl_support.h"
00007 
00008 int create_rgb_resource(sn_nsdl_resource_info_s *resource_ptr);
00009 void zero_rgb();
00010 
00011 #endif