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
PIDControl/PID.h@1:16f1584cf0a6, 2019-02-25 (annotated)
- Committer:
- amaral99
- Date:
- Mon Feb 25 13:19:46 2019 +0000
- Revision:
- 1:16f1584cf0a6
- Parent:
- 0:44f2bd8f9b56
- Child:
- 2:cbd63463e7a1
.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
amaral99 | 0:44f2bd8f9b56 | 1 | //================================================================================ |
amaral99 | 0:44f2bd8f9b56 | 2 | //============================ PID CONTROL - PID.H ============================ |
amaral99 | 0:44f2bd8f9b56 | 3 | //================================================================================ |
amaral99 | 0:44f2bd8f9b56 | 4 | |
amaral99 | 1:16f1584cf0a6 | 5 | void PID_Control(int Error, int *LeftSpeed, int *RightSpeed); |