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:
- 46:7e4c1f2ab76c
- Parent:
- 44:7c932cc5991b
- Child:
- 57:8dc3192ff150
--- a/PIDController.h Wed Jun 15 10:37:50 2016 +0000
+++ b/PIDController.h Wed Jun 15 10:55:44 2016 +0000
@@ -5,7 +5,6 @@
#include "DRV8825.h"
#include "stdio.h"
#include "SensorController.h"
-#include "LCDController.h"
#define MAX_SPEED 8000
@@ -35,6 +34,8 @@
bool is_heating();
bool is_pumping();
+
+ void doTestingStuff(int ml);
private:
SensorController *temp;