S
selvam123
Guest
Je veux apprendre comment programmer un microcontrôleur PIC 16F877A avec la programmation c en utilisant toute une mplab.can m'aider
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
[url = http://www.youtube.com/watch?v=jxkOsuku3u4] YouTube - un éclair à l'aide grâce à une programmation pic MPLAB [/url] voir la vidéo pour la programmation du pic throug MPLAB. Pickit2 programmateur a été utilisée# include __CONFIG (INTIO & WDTDIS & PWRTDIS & BORDIS & LVPDIS); void main () {TRISA = 0; TRISB = 0; while (1) {PORTA = 0x55; PORTB = 0x55; _delay (100000); _delay (100000); _delay (100000); _delay (100000); / / _delay (100000); PORTA = 0xaa; PORTB = 0xaa; _delay (100000); _delay (100000); _delay (100000); _delay (100000); / / _delay (100000);}}