NanoService Device Library Hello World
Dependencies: Beep C12832_lcd EthernetInterface LM75B MMA7660 mbed-rtos mbed nsdl_lib
resources/light.h
- Committer:
- sam_grove
- Date:
- 2014-08-04
- Revision:
- 8:cdf868ccae03
- Parent:
- 2:7e489126fe7a
File content as of revision 8:cdf868ccae03:
// Light resource implementation
#ifndef LIGHT_H
#define LIGHT_H
#include "nsdl_support.h"
int create_light_resource(sn_nsdl_resource_info_s *resource_ptr);
#endif