Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

ADC

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.

File

  • The adc.c file contains the implementation of the ADC functionalities for the STM32 microcontroller using the stm32_unict_lib library. It includes functions to initialize the ADC, start conversions, and read the converted digital values.

Requirements

  • Visual Studio Code with the PlatformIO.
  • stm32_unict_lib library provided by the university for the STM32 microcontroller.

License

This repository is licensed under the MIT license. See the LICENSE file for more details.

Authors

Alessandro Ferrante