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/motion.h@25:cb16c5248769, 2014-12-03 (annotated)
- Committer:
- andcor02
- Date:
- Wed Dec 03 09:03:29 2014 +0000
- Revision:
- 25:cb16c5248769
ETH CES
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
andcor02 | 25:cb16c5248769 | 1 | // Motion (from PIR) sensor resource implementation |
andcor02 | 25:cb16c5248769 | 2 | |
andcor02 | 25:cb16c5248769 | 3 | #ifndef MOTION_H |
andcor02 | 25:cb16c5248769 | 4 | #define MOTION_H |
andcor02 | 25:cb16c5248769 | 5 | |
andcor02 | 25:cb16c5248769 | 6 | #include "nsdl_support.h" |
andcor02 | 25:cb16c5248769 | 7 | |
andcor02 | 25:cb16c5248769 | 8 | int create_motion_resource(sn_nsdl_resource_info_s *resource_ptr); |
andcor02 | 25:cb16c5248769 | 9 | void motion_report(); |
andcor02 | 25:cb16c5248769 | 10 | #endif // MOTION |