Hallo,
ich habe probleme mit mein Asuro!!
Ich möchte das die StatusLED blinkt.
Hier mein Code:
#include "asuro.h"
[SIZE=2]int main(void)
{
Init();
unsigned int z;
while(1);
{
for (z=0;z<=141;z++)
{
Sleep(255);
}
StatusLED(RED);

for (z=0;z<=141;z++)
{
Sleep(255);
}
StatusLED(GREEN);
}
return 0;
}
Die statusLED bleibt aber nur grün.