Project with example IPSO resources for LED bar, Gas Sensor, and Light Sensor

Dependencies:   EthernetInterface LED_Bar mbed-rtos mbed nsdl_lib

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers gas_sensor.h Source File

gas_sensor.h

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