Skip to content

Commit 9815721

Browse files
committed
updating analog in
updating value for analog_in
1 parent bec5991 commit 9815721

File tree

1 file changed

+1
-1
lines changed
  • Adafruit_QT_Py_ESP32-S3/analog_in

1 file changed

+1
-1
lines changed

Adafruit_QT_Py_ESP32-S3/analog_in/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
def get_voltage(pin):
12-
return (pin.value * 3.53) / 61285
12+
return (pin.value * 3.09) / 61285
1313

1414

1515
while True:

0 commit comments

Comments
 (0)