adding resources firmware and 1/0/8

Dependencies:   Beep C12832_lcd EthernetInterface EthernetNetIf HTTPClient LM75B MMA7660 mbed-rtos mbed nsdl_lib

Fork of LWM2M_NanoService_Ethernet by MBED_DEMOS

resources/rgb.h

Committer:
sstark
Date:
2014-04-08
Revision:
20:84ee332ba360
Parent:
17:40ce3d963495

File content as of revision 20:84ee332ba360:

// 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