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.
Fork of Drive by
drive.h
- Committer:
- stueckler
- Date:
- 2017-04-27
- Revision:
- 1:49bfb0a87fbc
- Parent:
- 0:5dcb55a2880c
File content as of revision 1:49bfb0a87fbc:
void MotInit();
void BrakeMotL();
void BrakeMotR();
void MotL(int aPow); //aPow: -255...255
void MotR(int aPow);
