Dependencies:   YMotor mbed

Committer:
inst
Date:
Fri Nov 13 08:19:21 2015 +0000
Revision:
3:43a3d01e6bff
Parent:
0:c828fcf29c55

        

Who changed what in which revision?

UserRevisionLine numberNew contents of line
inst 0:c828fcf29c55 1 #include "YMotorDriver.h"
inst 0:c828fcf29c55 2
inst 3:43a3d01e6bff 3 int main(){
inst 3:43a3d01e6bff 4 while( true ){
inst 3:43a3d01e6bff 5 YMotorDriver::getInstance()->update();
inst 0:c828fcf29c55 6 }
inst 0:c828fcf29c55 7 return 0;
inst 0:c828fcf29c55 8 }