ich habe es anders glöst
#include "asuro.h"
int main()
{
Init();
unsigned int z;
int i=0;
for (i=0;i<20;++i)
{
for (z=0;z<=141;z++)
{
StatusLED (GREEN);
Sleep (255);
}
for (z=0;z<=141;z++)
{
StatusLED (RED);
Sleep (255);
}
for (z=0;z<=141;z++)
{
StatusLED (YELLOW);
Sleep (255);
}
}
und funktioniert super
aber trozdem danke der hilfe
Lesezeichen