LWM2M Weather Station

Dependencies:   EthernetInterfaceUpdate mbed-rtos mbed nanoservice_client_1_12_X

Revision:
0:2b74e0fc583d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/resources/wind.h	Tue Nov 25 01:43:27 2014 +0000
@@ -0,0 +1,10 @@
+// IPSO Prototype Wind Sensor implementation
+
+#ifndef WIND_SENSOR_H
+#define WIND_SENSOR_H
+
+#include "nsdl_support.h"
+
+int create_wind_resource(sn_nsdl_resource_info_s *resource_ptr);
+
+#endif