haopeng tang / Mbed 2 deprecated STM32F746_LWM2M_Client

Dependencies:   F7_Ethernet mbed-rtos mbed nsdl_lib

Fork of rtos_basic by Mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers light.h Source File

light.h

00001 // Light resource implementation
00002 
00003 #ifndef LIGHT_H
00004 #define LIGHT_H
00005 
00006 #include "nsdl_support.h"
00007 
00008 int create_light_resource(sn_nsdl_resource_info_s *resource_ptr);
00009 
00010 #endif