Tutorial (2) Using Output ports in PIC microcontrollers

1 month ago
61

In this tutorial, we demonstrate the following:
1. Use PIC port as an output
2. Define the port direction using TRIS registers
3. Use the directives: include, org, banksel and end
4. use the instructions: clrf, movlw, movwf and goto.

Loading comments...