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
MotorControl.h
- Committer:
- Bhoney
- Date:
- 2019-08-22
- Revision:
- 19:67584cb64b9c
- Parent:
- 4:bf4ad2079096
File content as of revision 19:67584cb64b9c:
#ifndef MOTOR_CONTROL_H #define MOTOR_CONTROL_H void MotorButton(); void ControlAng(); void MotorTest(int mode); void ButtonOn(); void MkAction(); void MkActionManual(); #endif