22

Dependencies:   DISCO_L475VG_IOT01A_wifi

Motorcontrol.h

Committer:
ascension2
Date:
2019-08-20
Revision:
1:98939393d0db
Parent:
0:dc1150daf908

File content as of revision 1:98939393d0db:


void MotorControl();

void motor1Stop();
void motor1CW(float speed);
void motor1CCW(float speed);

void motor2Stop();
void motor2CW(float speed);
void motor2CCW(float speed);