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: src/main.cpp
- Revision:
- 32:05a15c208bfb
- Parent:
- 31:be17caf56d22
- Child:
- 33:6c7364ea360f
- Child:
- 41:bd54c88e3334
--- a/src/main.cpp Wed Mar 06 22:53:56 2019 +0000 +++ b/src/main.cpp Wed Mar 06 23:37:45 2019 +0000 @@ -125,6 +125,7 @@ } row_print = row; myled = !myled; + } }else if(!testing){ row_test = abs((int)(my12-old_row)); if(row_test>ROW_HYSTERESIS){ @@ -144,4 +145,4 @@ } }//end while(1) }//end void main(void) -} +