einfachste sachen, wie z.B.:
#include "asuro.h"

int main(void)
{
Init();
SetMotorPower (60, -60);
while(1);
return 0;
}

oder statt "setmotorpower..." hab ich "statusLED(RED)" eingesetzt