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:
1:76ab3521eb51
fix notification payload

Who changed what in which revision?

UserRevisionLine numberNew contents of line
michaeljkoster 1:76ab3521eb51 1 // IPSO Presence Sensor implementation
michaeljkoster 1:76ab3521eb51 2
michaeljkoster 1:76ab3521eb51 3 #ifndef IPSO_PRESENCE_H
michaeljkoster 1:76ab3521eb51 4 #define IPSO_PRESENCE_H
michaeljkoster 1:76ab3521eb51 5
michaeljkoster 1:76ab3521eb51 6 #include "nsdl_support.h"
michaeljkoster 1:76ab3521eb51 7
michaeljkoster 1:76ab3521eb51 8 int create_IPSO_presence_resource(sn_nsdl_resource_info_s *resource_ptr);
michaeljkoster 1:76ab3521eb51 9
michaeljkoster 1:76ab3521eb51 10 #endif