mbed

Fork of Drive by BULME_BHEL18

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);