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 DRV88255 TextLCD Ping mbed-rtos
Diff: PIDController.h
- Revision:
- 65:b277b4067d4a
- Parent:
- 57:8dc3192ff150
- Child:
- 78:a44ad011dd41
--- a/PIDController.h Mon Jun 20 10:22:10 2016 +0000 +++ b/PIDController.h Mon Jun 20 10:33:11 2016 +0000 @@ -1,6 +1,8 @@ #ifndef __PIDCONTROLLER_H__ #define __PIDCONTROLLER_H__ +#include <iostream> + #include "mbed.h" #include "DRV8825.h" #include "stdio.h"