Initial commit

Dependencies:   Chainable_RGB_LED EthernetInterface LED_Bar mbed-rtos mbed nsdl_lib

Revision:
0:950566b0e099
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/resources/gas_sensor.h	Thu Oct 30 21:44:12 2014 +0000
@@ -0,0 +1,10 @@
+// IPSO Illuminance Sensor implementation
+
+#ifndef GAS_SENSOR_H
+#define GAS_SENSOR_H
+
+#include "nsdl_support.h"
+
+int create_gas_sensor_resource(sn_nsdl_resource_info_s *resource_ptr);
+
+#endif