13.07.2015 Views

TP 1 Prise en main

TP 1 Prise en main

TP 1 Prise en main

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>TP</strong> -II2 Programmation C sur PIC avec EasyPIC5 et MikroC (IUT Troyes)S. Moutou et F. Morain-Nicolier3 unsigned short mask(unsigned short num) ;4 void <strong>main</strong>() {5 unsigned short i;6 unsigned char cmpt;7 ANSEL = ANSELH =0;8 INTCON = 0; // Disable GIE, PEIE,INTE,RBIE,T0IE9 PORTA = 0;10 TRISA = 0;11 PORTD = 0;12 TRISD = 0;13 cmpt=0;14 do {15 cmpt++;16 if (cmpt > 1023) cmpt = 0;17 for (i = 0; i

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!