Hallo,
versuche es mal so.
#include "asuro.h"
int main( void)
{ int i , k = 0 ;
Init();
while ( 1 )
{ if ( k == 0 )
{ k = 1;
StatusLED( RED );}
else
{ k = 0;
StatusLED( GREEN);}
for ( i = 0 ; i <300 ; i ++) Sleep( 216 );
}
while ( 1 );
return 0 ;
}
Lesezeichen