Demo for the problem with nsdl_lib and rtos on FRDM- K64F

Dependencies:   C12832_lcd WiflyInterface mbed-rtos mbed nsdl_lib

resources/light.h

Committer:
lvwei1990
Date:
2015-01-16
Revision:
0:e41e45a41f0f

File content as of revision 0:e41e45a41f0f:

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