Initial commit
Dependencies: Chainable_RGB_LED EthernetInterface LED_Bar mbed-rtos mbed nsdl_lib
Fork of SensorNotifyLED by
Diff: resources/LED_array.h
- Revision:
- 0:950566b0e099
diff -r 000000000000 -r 950566b0e099 resources/LED_array.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/resources/LED_array.h Thu Oct 30 21:44:12 2014 +0000 @@ -0,0 +1,10 @@ +// RGB LED Array resource implementation + +#ifndef LED_ARRAY_H +#define LED_ARRAY_H + +#include "nsdl_support.h" + +int create_LED_array_resource(sn_nsdl_resource_info_s *resource_ptr); + +#endif