TestMic

Dependencies:   DHT mbed

Revision:
1:b7c5a1dba0c3
Parent:
0:ff359bd0a096
--- a/mictest.cpp	Mon Apr 10 11:36:37 2017 +0000
+++ b/mictest.cpp	Wed Apr 12 12:16:17 2017 +0000
@@ -1,7 +1,7 @@
 #include<stdio.h>
-#include<AnalogIn.h>
-#include<mbed.h>
-#include<DHT.h>
+#include<AnalogIn.h>    //Library for using analog inputs
+#include<mbed.h>        //Regular mbed library 
+#include<DHT.h>         //Library for Humidity/temperature sensor, the only one that works.
 
 AnalogIn mic1(A0);
 AnalogIn mic2(A1);