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
Fork of Roboshark_V7 by
Diff: Fahren.h
- Revision:
- 10:fb2195d0de0f
- Parent:
- 9:feabe0b7cea4
--- a/Fahren.h Mon May 07 15:41:52 2018 +0000 +++ b/Fahren.h Tue May 08 09:07:37 2018 +0000 @@ -36,6 +36,8 @@ EncoderCounter& counterLeft; EncoderCounter& counterRight; IRSensor& iRSensor; + Ticker ticker; + void reset(); //Variablen die in der Klasse Fahren verwendet werden @@ -53,6 +55,7 @@ int reglerEinL; int reglerEinR; int reglerEin; + static const float PERIOD;