Michael Koster / Mbed 2 deprecated SensorNotifyLED

Dependencies:   Chainable_RGB_LED EthernetInterface LED_Bar mbed-rtos mbed nsdl_lib

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers LED_array.h Source File

LED_array.h

00001 // RGB LED Array resource implementation
00002 
00003 #ifndef LED_ARRAY_H
00004 #define LED_ARRAY_H
00005 
00006 #include "nsdl_support.h"
00007 
00008 int create_LED_array_resource(sn_nsdl_resource_info_s *resource_ptr);
00009 
00010 #endif