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

Dependencies:   EthernetInterface LED_Bar mbed-rtos mbed nsdl_lib

resources/IPSO_presence.h

Committer:
michaeljkoster
Date:
2014-10-25
Revision:
7:3f52b52ef2ad
Parent:
1:76ab3521eb51

File content as of revision 7:3f52b52ef2ad:

// IPSO Presence Sensor implementation

#ifndef IPSO_PRESENCE_H
#define IPSO_PRESENCE_H

#include "nsdl_support.h"

int create_IPSO_presence_resource(sn_nsdl_resource_info_s *resource_ptr);

#endif