#include "asuro.h"

int main(void)
{
Init();
while(1);{MotorDir(FWD,FWD);
MotorSpeed(120,120);}
return 0;
}