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: TPixy-Interface
Fork of ObjectFollower by
Diff: Drivers/PiController.h
- Revision:
- 9:fe56b888985c
- Parent:
- 8:a0890fa79084
--- a/Drivers/PiController.h Mon Feb 19 17:42:33 2018 +0000 +++ b/Drivers/PiController.h Fri Feb 23 20:58:34 2018 +0000 @@ -1,9 +1,9 @@ /******************************************************************************/ // ECE4333 -// LAB Partner 1: Ahmed Sobhy - ID: 3594449 -// LAB Partner 2: Brandon Kingman - ID: 3470444 -// Project: Autonomous Robot Design -// Instructor: Prof. Chris Diduch +// LAB Partner 1: Ahmed Sobhy - ID: 3594449 +// LAB Partner 2: Brandon Kingman - ID: 3470444 +// Project: Autonomous Robot Design +// Instructor: Prof. Chris Diduch /******************************************************************************/ #ifndef PICONTROLLER_H @@ -15,7 +15,8 @@ int SaturatingSubtract(int x, int y); int SaturatingAdd(int x, int y); void PiController_init(float,float); -uint32_t PiController(int,int); +uint32_t PiControllerR(int,int); +uint32_t PiControllerL(int,int); #endif \ No newline at end of file
