#include #include /* æProfi 537 Port 5 mit EXBO LED-Reihe verbinden Port 5 ist auf CON5 Mitte rechts LED-Reihe ist auf ML2 vlnr. */ unsigned char Bitmuster = 0x01; void main(void) { P5 = Bitmuster; for (;;) { unsigned int i; for (i=0; i<65000; i++); P5 = _crol_(P5,1); } }