ADC Channel API

API Reference
Analog to Digital Converter Constraints


This API provides definitions for reading ADC inputs.

le_adc_ReadValue() returns the value read from an ADC channel. It takes two arguments:

  • The first is the name of the ADC channel to read.
  • The second is used to return the value read.
Warning
Ensure to check the list of supported ADC channels on your specific platform before calling the le_adc_ReadValue() function. Please refer to Analog to Digital Converter page.