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
PID.h
- Committer:
- x58alex41
- Date:
- 2017-11-22
- Revision:
- 0:9c49bdc7e402
- Child:
- 7:edd065946e9b
File content as of revision 0:9c49bdc7e402:
#ifndef _PID_ #define _PID_ #include "globals.h" double PID(); double PID_e(); #endif