Demo

Dependencies:   mbed

Revision:
2:0ee90da44162
Parent:
0:3dac4f477e98
diff -r 0c1053275589 -r 0ee90da44162 PeripheralLayer/AirAdaptorLib.h
--- a/PeripheralLayer/AirAdaptorLib.h	Thu Jul 09 05:14:58 2015 +0000
+++ b/PeripheralLayer/AirAdaptorLib.h	Thu May 19 15:52:24 2016 +0000
@@ -17,6 +17,9 @@
 //GPIO for CD4052 serial mux control
 extern DigitalOut smux_a, smux_b, smux_oe_n;
 
+//ADC for analog sensors
+extern AnalogIn adc_ch10, adc_ch11;
+
 //Init functions
 extern int BoardLibInit(void);