Sie sind auf Seite 1von 1

// GTR TECHNOLOGIES COIMBATORE // 9344847878 #include<pic.h> #include<pic1687x.

h> unsigned int counter; void main() { TRISB = 0x00; while(1) { PORTB = 0xff; counter = 65535; do { counter = counter - 1; } while (counter > 0); PORTB = 0x00; counter = 65535; do { counter = counter - 1; } while (counter > 0); } }

Das könnte Ihnen auch gefallen