Program to control Electret Microphone Amplifier - MAX9814 from adafruit. Allows: To sample analogue voltage to transform into rough sound level. Transfer sound level to visual indicator, volume bar such as 4 LEDs on LPC11U24.

Dependencies:   MAX9814_Electret_Microphone_LED_Volume_Indicator mbed

Revision:
2:204df97fe23a
Parent:
1:380e6ab41172
diff -r 380e6ab41172 -r 204df97fe23a main.cpp
--- a/main.cpp	Sun Nov 02 17:12:22 2014 +0000
+++ b/main.cpp	Sun Nov 02 17:32:24 2014 +0000
@@ -1,5 +1,5 @@
 #include "mbed.h"
-#include "Hammer_MicrophoneSensor.h"
+#include "MAX9814.h"
 Serial pc (USBTX, USBRX);