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_V6 by
Diff: Fahren.h
- Revision:
- 7:862d80e0ea2d
- Parent:
- 6:7bbcdd07bc2d
- Child:
- 8:d0a27278c108
--- a/Fahren.h Thu May 03 19:36:16 2018 +0000 +++ b/Fahren.h Fri May 04 16:26:59 2018 +0000 @@ -18,7 +18,7 @@ class Fahren{ public: - Fahren(Controller& controller, EncoderCounter& counterLeft, EncoderCounter& counterRight, Regler& regler); //Konstruktor + Fahren(Controller& controller, EncoderCounter& counterLeft, EncoderCounter& counterRight, Regler& regler, int reglerEin); //Konstruktor virtual ~Fahren(); @@ -52,6 +52,7 @@ float SpeedR; float SpeedL; static const float PERIOD; + int reglerEin;