We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c60e45c + 7fe30cc commit c234d92Copy full SHA for c234d92
shared-bindings/analogio/AnalogIn.c
@@ -126,7 +126,8 @@ const mp_obj_property_t analogio_analogin_value_obj = {
126
127
//| reference_voltage: float
128
//| """The maximum voltage measurable (also known as the reference voltage) as a
129
-//| `float` in Volts."""
+//| `float` in Volts. Note the ADC value may not scale to the actual voltage linearly
130
+//| at ends of the analog range."""
131
//|
132
STATIC mp_obj_t analogio_analogin_obj_get_reference_voltage(mp_obj_t self_in) {
133
analogio_analogin_obj_t *self = MP_OBJ_TO_PTR(self_in);
0 commit comments