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.
Diff: loops.h
- Revision:
- 22:60276ba87ac6
- Child:
- 24:58c2d7571207
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/loops.h Fri Mar 31 18:24:46 2017 +0000 @@ -0,0 +1,10 @@ +#ifndef LOOPS_H +#define LOOPS_H + +#include "structs.h" +#include "PositionSensor.h" + + +void pd(float p_des, float v_des, float kp, float kd); + +#endif