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
Diff: main.hpp
- Revision:
- 7:8b1c2d0bee9b
- Parent:
- 5:cf9d933e278a
- Child:
- 10:778ad6af7512
--- a/main.hpp Wed Jul 24 15:34:58 2019 +0000 +++ b/main.hpp Wed Jul 24 15:52:07 2019 +0000 @@ -9,7 +9,7 @@ dataStore loopBuffer[MAX_SAMPLES]; InterruptIn clockin(PB_0); DigitalIn runsw(PC_0); -DebounceIn loopsw(PC_1); +InterruptIn loopsw(PC_1); AnalogIn analog_valuea(PA_0); AnalogIn analog_valueb(PA_4); AnalogIn analog_valuec(PB_2);