Value to be ORed | Upper voltage reference | Voltage reference |
ADC_HIGH_EXTERNAL | A0 pin as upper reference voltage | Voltage on A0 pin |
ADC_HIGH_INTERNAL | Internal voltage reference 1.2 V as upper reference voltage (NB! there might be a ±10% drift from Z-Uno to Z-Uno, but constant for a particular Z-Uno!) | 1.2 V |
ADC_HIGH_VCC | Vcc as upper reference voltage | Voltage on Vcc pin |
Value to be ORed | Lower voltage reference | Voltage reference |
ADC_LOW_EXTERNAL | A1 pin as lower reference voltage | Voltage on A1 pin |
ADC_LOW_GND | GND as lower reference voltage | Voltage on GND pin |
Value | Pre-defined (Arduino-like) combinations | Voltage reference |
DEFAULT (default) | GND–Vcc | (ADC_HIGH_VCC | ADC_LOW_GND) |
INTERNAL | GND–1.2V | (ADC_HIGH_INTERNAL | ADC_LOW_GND) |
EXTERNAL | GND–A0 | (ADC_HIGH_EXTERNAL | ADC_LOW_GND) |