denkitronik / ADS1118

Arduino Library for Texas Instruments ADS1118 - 16-Bit Analog-to-Digital Converter with internal Reference and Temperature Sensor
MIT License
20 stars 14 forks source link

Error calling function #16

Closed Fluxanode closed 12 months ago

Fluxanode commented 12 months ago

When i try to use the ads1118.getADCValue() function I get an error message error: no matching function for call to 'ADS1118::getADCValue()'

line is Serial.println(String(ads1118.getADCValue()));

Can you tell me why this is an issue? And how can i pull the raw ADC value for a given channel?

Fluxanode commented 12 months ago

nevermind i figured it out

Fluxanode commented 12 months ago

closed