Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Fork of WaG by
Diff: main.cpp
- 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);