Closed Fluxanode closed 1 year 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?
nevermind i figured it out
closed
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?