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 Demo Team

Committer:
andcor02
Date:
Wed Dec 03 09:03:29 2014 +0000
Revision:
25:cb16c5248769
ETH CES

Who changed what in which revision?

UserRevisionLine numberNew contents of line
andcor02 25:cb16c5248769 1 // Height (from Maxbotix) sensor resource implementation
andcor02 25:cb16c5248769 2
andcor02 25:cb16c5248769 3 #ifndef HEIGHT_H
andcor02 25:cb16c5248769 4 #define HEIGHT_H
andcor02 25:cb16c5248769 5
andcor02 25:cb16c5248769 6 #include "nsdl_support.h"
andcor02 25:cb16c5248769 7
andcor02 25:cb16c5248769 8 int create_height_resource(sn_nsdl_resource_info_s *resource_ptr);
andcor02 25:cb16c5248769 9 void height_report();
andcor02 25:cb16c5248769 10 #endif // HEIGHT