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 bec5991 commit 9815721Copy full SHA for 9815721
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