Dependencies:   YMotor mbed

main.cpp

Committer:
inst
Date:
2015-11-13
Revision:
3:43a3d01e6bff
Parent:
0:c828fcf29c55

File content as of revision 3:43a3d01e6bff:

#include "YMotorDriver.h"

int main(){
    while( true ){
        YMotorDriver::getInstance()->update();
    }
    return 0;
}