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

Dependencies:   EthernetInterface LED_Bar mbed-rtos mbed nsdl_lib

Committer:
michaeljkoster
Date:
Sat Oct 25 04:07:58 2014 +0000
Revision:
7:3f52b52ef2ad
Parent:
0:93cc592ffdb5
fix notification payload

Who changed what in which revision?

UserRevisionLine numberNew contents of line
michaeljkoster 0:93cc592ffdb5 1 // IPSO Illuminance Sensor implementation
michaeljkoster 0:93cc592ffdb5 2
michaeljkoster 0:93cc592ffdb5 3 #ifndef IPSO_ILLUM_H
michaeljkoster 0:93cc592ffdb5 4 #define IPSO_ILLUM_H
michaeljkoster 0:93cc592ffdb5 5
michaeljkoster 0:93cc592ffdb5 6 #include "nsdl_support.h"
michaeljkoster 0:93cc592ffdb5 7
michaeljkoster 0:93cc592ffdb5 8 int create_IPSO_illuminance_resource(sn_nsdl_resource_info_s *resource_ptr);
michaeljkoster 0:93cc592ffdb5 9
michaeljkoster 0:93cc592ffdb5 10 #endif