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:
- 7:ec8f01387c36
- Parent:
- 6:288c9d9d59e4
- Child:
- 8:0503a220c5f2
--- a/main.cpp Sun Jul 11 18:32:02 2021 +0000 +++ b/main.cpp Sun Jul 11 19:07:47 2021 +0000 @@ -277,10 +277,9 @@ void CheckDirection(){ pushButton.rise(callback(&StartButtonTimer)); pushButton.fall(callback(&StopButtonTimer)); - + + while(1) { loraTimerStart = time(NULL); - - while(1) { if(direction == 0) //O is a forward direction { redLed = 0;