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.
1 parent c67b2c1 commit 8dfc8b5Copy full SHA for 8dfc8b5
ports/cxd56/common-hal/analogio/AnalogIn.c
@@ -116,7 +116,7 @@ uint16_t common_hal_analogio_analogin_get_value(analogio_analogin_obj_t *self) {
116
// - Reference Voltage of A0 ~ A5 pins on External Interface board
117
// is selected 3.3V or 5.0V by a IO Volt jumper pin.
118
float common_hal_analogio_analogin_get_reference_voltage(analogio_analogin_obj_t *self) {
119
- return 3.3f;
+ return 0.0f;
120
}
121
122
void analogin_reset(void) {
0 commit comments