POC Breath using SMD commercial sensors

Dependencies:   iAQ_Core Adafruit_SGP30_mbed mbed BME680

Revision:
1:08bbc3ecd836
Parent:
0:d034cdad5b6d
Child:
2:ef98576cd67b
--- a/main.cpp	Thu May 30 08:26:56 2019 +0000
+++ b/main.cpp	Tue Jun 04 14:48:16 2019 +0000
@@ -2,7 +2,7 @@
 #include <SoftSerial.h>
 
 Serial ble(A4,A5);
-AnalogIn flowIn(A2);
+AnalogIn flowIn(A3);
 
 float flowVal1;
 float flowVal2;