Libarary of sensor resources for mbed Device Service. Requires NSDL Support Libarary, etc.

Dependents:   mbed-IBooth-ETH

door_trip.h

Committer:
andcor02
Date:
2015-07-16
Revision:
4:bc54f10b3234
Parent:
0:fe416b02628b

File content as of revision 4:bc54f10b3234:

// Door trip (from SHARPPIR) sensor resource implementation

#ifndef DOOR_TRIP_H
#define DOOR_TRIP_H

#include "nsdl_support.h"

int create_door_trip_resource(sn_nsdl_resource_info_s *resource_ptr);
void door_trip_report();
#endif  // DOOR_TRIP