MCC Melody AVR® RTC PLIB Driver: 100 ms LED blink every 1s | Videos
MCC Melody AVR® RTC PLIB Driver: 100 ms LED blink every 1s
Click on the link to open the Real Time Counter (RTC) in the MCC Melody API reference for AVR: https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=SCF-AVR8-RTC-V1&version=latest&redirect=true
This use-case configures the Real Time Counter (RTC) to generate an overflow interrupt at a period of 1s, which turns the LED on (assume active low). 100ms later the compare interrupt turns the LED off, resulting in a 100ms blink.