MCC Melody Example Components: ADC Basic Printf, Polled- to Callbacks-Implementation

Опубликовано: 30 Сентябрь 2024
на канале: Microchip Developer Help
285
9

Solution project for this video on GitHub: https://github.com/microchip-pic-avr-...
Getting Started with MCC Melody Example Components playlist:    • Getting Started with MCC Melody Examp...  

The ADC Basic Printf example, of the MCC Melody ADCC Example Component, is used in the Callbacks implementation. Analog-to-Digital (A/D) conversions are taken every 500 ms, using a Timer overflow callback. The LED is toggled and the result is sent to the PC terminal.

Example Components are a tight integration of learning material directly into MCC. This allows users to conveniently place configuration instructions side-by-side to the components they are configuring. For more information, refer to the MCC Melody Example Components Introduction.

Solution project for this video on GitHub: https://github.com/microchip-pic-avr-...