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.
Fork of Viaro_SpandiConcime_V2b by
Diff: timeandtick.h
- Revision:
- 0:b0a79a3a9da8
- Child:
- 3:1cd8d048cd4a
diff -r 000000000000 -r b0a79a3a9da8 timeandtick.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/timeandtick.h Wed Jun 13 08:41:23 2018 +0000 @@ -0,0 +1,3 @@ +Ticker MSToMotorNewCheck; //check the motor every xx (milli)seconds +Timer uSMotor; +Timer uSWheel;
