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 bec5991 + 9815721 commit deaee14Copy full SHA for deaee14
Adafruit_QT_Py_ESP32-S3/analog_in/code.py
@@ -9,7 +9,7 @@
9
10
11
def get_voltage(pin):
12
- return (pin.value * 3.53) / 61285
+ return (pin.value * 3.09) / 61285
13
14
15
while True:
0 commit comments