Analog-to-Digital Converter (ADC), converts analog signals into digital data. This allows microcontrollers to process real-world analog signals, such as temperature, pressure, and light intensity, while using the digital value for other functions.
- The
adc.cfile contains the implementation of the ADC functionalities for the STM32 microcontroller using thestm32_unict_liblibrary. It includes functions to initialize the ADC, start conversions, and read the converted digital values.
- Visual Studio Code with the PlatformIO.
stm32_unict_liblibrary provided by the university for the STM32 microcontroller.
This repository is licensed under the MIT license. See the LICENSE file for more details.
Alessandro Ferrante