Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 487 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 487 Bytes

CHRP3-Assembly

Projects written in Assembly for the CHRP3 board

Projects Included:

Output

  • a simple program to output a pattern to PORTB LEDs

Analogue Input

  • a program to capture analogue input from PORTA potentiometer and convert to an 8-bit value to display on PORTB LEDs

To Build:

  • After cloning into MPLAB, right click on Source Files and click Properties
  • Here, exclude all files except the one you would like to run.
  • Build and Clean project