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

Revision:
25:cb16c5248769
diff -r 81c04180090c -r cb16c5248769 Resources/sound_level.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Resources/sound_level.h	Wed Dec 03 09:03:29 2014 +0000
@@ -0,0 +1,10 @@
+// Sound Level (from MAX9814) sensor resource implementation
+
+#ifndef SOUND_LEVEL_H
+#define SOUND_LEVEL_H
+
+#include "nsdl_support.h"
+
+int create_sound_level_resource(sn_nsdl_resource_info_s *resource_ptr);
+void sound_level_report();
+#endif  // SOUND_LEVEL