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:
- 18:ef0569bea7e9
- Parent:
- 16:def6abcb4294
--- a/main.cpp Tue Dec 01 09:55:54 2020 +0000 +++ b/main.cpp Tue Dec 01 12:27:22 2020 +0000 @@ -7,7 +7,7 @@ # define NUM_HOLES 32 # define CIRCUMFRENCE_CM 48.6946861 -# define LIGHT_SENSOR_PIN p15 +# define LIGHT_SENSOR_PIN p18 # define FLASH_THRESHOLD 0.02 # define PERIOD_MS 500 # define RUNTIME 120000 // 2 mins @@ -25,7 +25,7 @@ void displayThread_cb() { while(velocity >= 0) { - display(velocity); + display_num(velocity); } return; }