LWM2M Weather Station

Dependencies:   EthernetInterfaceUpdate mbed-rtos mbed nanoservice_client_1_12_X

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers wind.h Source File

wind.h

00001 // IPSO Prototype Wind Sensor implementation
00002 
00003 #ifndef WIND_SENSOR_H
00004 #define WIND_SENSOR_H
00005 
00006 #include "nsdl_support.h"
00007 
00008 int create_wind_resource(sn_nsdl_resource_info_s *resource_ptr);
00009 
00010 #endif