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.
Diff: main.cpp
- Revision:
- 2:4ba1937ce284
- Parent:
- 1:4e0e4d0363d9
- Child:
- 3:aa1d854807fe
--- a/main.cpp Fri Mar 12 15:50:14 2021 +0000 +++ b/main.cpp Fri Mar 12 23:26:17 2021 +0100 @@ -11,8 +11,8 @@ Timer user_button_timer, loop_timer; int Ts_ms = 50; -void button_fall(); -void button_rise(); +void button_fall(); // stuff +void button_rise(); // stuff AnalogIn analogIn(PA_0); float dist = 0.0f;