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:
- 33:0b5188ea34e8
- Parent:
- 32:0dc2b4a3eee6
- Parent:
- 31:4fe43fa66ce8
- Child:
- 34:378a49e5b15f
--- a/main.cpp Thu Mar 22 16:06:21 2018 +0000 +++ b/main.cpp Thu Mar 22 16:07:29 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);