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:
- 42:738fa01b0346
- Parent:
- 41:304ac2affb23
- Child:
- 43:dfb72608639c
--- a/loops.h Thu May 24 15:03:25 2018 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -#ifndef LOOPS_H -#define LOOPS_H - -#include "structs.h" -#include "PositionSensor.h" - - -void pd1(float p_des, float v_des, float kp, float kd); -void pd2(float p_des, float kp, float kd); -void torque(float t); - -#endif