Reads analog A0 AND A2 and transmit them thorugh lora (no encryption)

Dependencies:   BufferedSerial SX1276GenericLib mbed

Revision:
4:182eacdfbf7d
Parent:
3:06b977454927
Child:
5:2ac61718bfd8
--- a/Transmitter/Transmitter.cpp	Tue May 29 08:27:27 2018 +0000
+++ b/Transmitter/Transmitter.cpp	Wed May 30 14:30:17 2018 +0000
@@ -98,7 +98,7 @@
 DigitalOut *led3;
 
 AnalogIn analog0(A0);
-AnalogIn analog2(A1);
+AnalogIn analog2(A2);
 
 int Transmitter() 
 {