This tutorial builds off of Part 1. Go Back and start there if you haven’t yet completed it.
This is a basic tutorial for the steps required to get SPI working on the PIC18F47Q10 Curiosity Nano
The goal of this tutorial is to reintroduce you to the timer subsystem, implement a timer using an interrupt-based design, convert your pushbuttons from prior tutorials to interrupt-based functionality, and verify the results on your LCD.
The goal of this tutorial is to reintroduce you to the timer subsystem, implement a timer using an interrupt-based design, convert your pushbuttons from prior tutorials to interrupt-based functionality, and verify the results over EUSART and with a LED.