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: MODSERIAL QEI mbed-dsp mbed
Fork of PI_controller_verbeteringen by
Revision 7:e21056555296, committed 2018-09-25
- Comitter:
- SimonRez
- Date:
- Tue Sep 25 11:55:40 2018 +0000
- Parent:
- 6:1ee8795b7578
- Child:
- 8:9b517db94f49
- Commit message:
- Skrrrt; Kleine veranderingetjes
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Sep 24 14:20:04 2018 +0000 +++ b/main.cpp Tue Sep 25 11:55:40 2018 +0000 @@ -2,7 +2,6 @@ #include "MODSERIAL.h" #include "QEI.h" -Ticker Blinker; DigitalOut ledr(LED_RED); DigitalOut ledg(LED_GREEN);
