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
functions.h
- Committer:
- JornD
- Date:
- 2019-10-15
- Revision:
- 49:a9ed4f4cdef7
- Parent:
- 43:9579a1afe9cb
- Child:
- 56:58cbb056e4be
File content as of revision 49:a9ed4f4cdef7:
#ifndef header_h #define header_h //Functions double ControllerPID(double e, double Ts); //e = error, Ts = sampling time //void motorAndEncoder(float PWM1, float PWM2, float dt); void InitializeControllers(void); //no input #endif