ADC_ADS1115 don't init

is the ADC_ADS1115 start automatically or I need to call it somwhere.

Hi,

I’m having the same question. Would be great if someone could give me a hint where to start.

you need to create an instance for the class ADC.
AP_ADC_ADS1115 adc;
then you can use the adc.read() method to read the result