GroupA / Mbed 2 deprecated Lab_6_WaG

Dependencies:   mbed

Fork of WaG by GroupA

Revision:
31:4fe43fa66ce8
Parent:
28:0736dfa41aab
Child:
33:0b5188ea34e8
--- a/main.cpp	Thu Mar 22 15:42:51 2018 +0000
+++ b/main.cpp	Thu Mar 22 16:01:31 2018 +0000
@@ -29,6 +29,7 @@
 DigitalIn start_button(UI_START_BUTTON);
 DigitalIn cal_button(UI_CAL_BUTTON);
 DigitalIn station_select(UI_STATION_SELECT);
+AnalogIn mux_out (MUX_OUT);
 BusOut mux_select(MUX_S0, MUX_S1, MUX_S2, MUX_S3);