pino-tech.eu

Products => SoilWatch 10 => Topic started by: mastassociatisrl on February 15, 2018, 10:34:18 AM

Title: analogReference (INTERNAL)
Post by: mastassociatisrl on February 15, 2018, 10:34:18 AM
It's correct to set "analogReference(DEFAULT); //set ADC reference to internal 1.1V" to (DEFAULT)?
Title: Re: analogReference (INTERNAL)
Post by: pinolec on February 15, 2018, 11:30:27 AM
Hi,

Yes, it is correct to set it to DEFAULT. It is the same as if you don't set it at all.
https://www.arduino.cc/reference/en/language/functions/analog-io/analogreference/ (https://www.arduino.cc/reference/en/language/functions/analog-io/analogreference/)

Piotr