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/sound_level.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 | // Sound Level (from MAX9814) sensor resource implementation |
andcor02 | 25:cb16c5248769 | 2 | |
andcor02 | 25:cb16c5248769 | 3 | #ifndef SOUND_LEVEL_H |
andcor02 | 25:cb16c5248769 | 4 | #define SOUND_LEVEL_H |
andcor02 | 25:cb16c5248769 | 5 | |
andcor02 | 25:cb16c5248769 | 6 | #include "nsdl_support.h" |
andcor02 | 25:cb16c5248769 | 7 | |
andcor02 | 25:cb16c5248769 | 8 | int create_sound_level_resource(sn_nsdl_resource_info_s *resource_ptr); |
andcor02 | 25:cb16c5248769 | 9 | void sound_level_report(); |
andcor02 | 25:cb16c5248769 | 10 | #endif // SOUND_LEVEL |