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
Diff: PID.h
- Revision:
- 7:edd065946e9b
- Parent:
- 0:9c49bdc7e402
- Child:
- 9:76e4808df4cb
--- a/PID.h Wed Nov 22 05:56:05 2017 +0000 +++ b/PID.h Wed Nov 22 06:58:41 2017 +0000 @@ -4,4 +4,8 @@ #include "globals.h" double PID(); double PID_e(); + +bool wall_front(double threshold_r, double threshold_l); +bool opening_r(double threshold_p, double threshold_d); +bool opening_l(double threshold_p, double threshold_d); #endif \ No newline at end of file