MCC Melody AVR® ADC PLIB Driver: Basic Conversion with IO View / Printf | Videos
MCC Melody AVR® ADC PLIB Driver: Basic Conversion with IO View / Printf
MCC Melody Data Streamer Library: How to use the ADC PLIB Driver: https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=scf-avr8-adc-v1&version=latest&redirect=true
This video covers how to create a project in MCC Melody which takes an ADC conversion is taken every 100 ms, on the selected analog channel. After each ADC conversion a LED is toggled, and the ADC Result is sent to the PC terminal using printf. The video also shows how to verify the ADC results. First while debugging, using IO View, then when running the project, sending printf strings to the MPLAB Data Visualizer terminal.