Elektronikprojekt Grupp 13
/
TestMic
TestMic
Revision 1:b7c5a1dba0c3, committed 2017-04-12
- Comitter:
- NicklasNp
- Date:
- Wed Apr 12 12:16:17 2017 +0000
- Parent:
- 0:ff359bd0a096
- Commit message:
- added commenting
Changed in this revision
mictest.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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);