Skip to content

Commit 5d9161c

Browse files
committed
Fix typo.
1 parent 0edbc97 commit 5d9161c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_esp32spi/adafruit_esp32spi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ def set_digital_read(self, pin):
799799
elif resp[0] == 1:
800800
return True
801801
else:
802-
raise ValueError("_SET_DIGITAL_READ response error", resp_[0])
802+
raise ValueError("_SET_DIGITAL_READ response error", resp[0])
803803

804804
def set_analog_read(self, pin, atten=ADC_ATTEN_DB_11):
805805
"""

0 commit comments

Comments
 (0)