Weather control switch for connected day. NXP LPC 1768 module. Ethernet connectivity.
Dependencies: EthernetInterface mbed-rtos mbed nanoservice_client_1_12
Fork of Trenton_Switch_LPC1768_WIFLY by
Resources/door_trip.h
- Committer:
- andcor02
- Date:
- 2014-12-03
- Revision:
- 25:cb16c5248769
File content as of revision 25:cb16c5248769:
// 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