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 QEI HIDScope biquadFilter MODSERIAL FastPWM
Diff: header.h
- Revision:
- 28:4a5671b3d88d
- Parent:
- 27:71be6e074d0f
- Child:
- 31:d1bd16a05148
diff -r 71be6e074d0f -r 4a5671b3d88d header.h --- a/header.h Wed Oct 09 12:56:35 2019 +0000 +++ b/header.h Wed Oct 09 13:20:19 2019 +0000 @@ -3,7 +3,7 @@ int AddInt(int a, int b); double ControllerPID(double e, double Ts); //e = error, Ts = sampling time -motorReturn motorAndEncoder(float PWM1, float PWM2, float dt) +//motorReturn motorAndEncoder(float PWM1, float PWM2, float dt) #endif //double motorAndEncoder(float voltage1, float periodMotor1, float voltage2, float periodMotor2, float dt, float &countsMotor1Return, float &countsMotor2Return, float &velocityMotor1Return, float &velocityMotor2Return);