Skip to content

Commit 3cc4ce1

Browse files
committed
fix typos in strings
1 parent d989806 commit 3cc4ce1

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

adafruit_mcp230xx.py

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ def gpinten(self, val):
444444

445445
@property
446446
def defval(self):
447-
"""The raw GPINTEN interrupt control register. The default comparison
447+
"""The raw DEFVAL interrupt control register. The default comparison
448448
value is configured in the DEFVAL register. If enabled (via GPINTEN
449449
and INTCON) to compare against the DEFVAL register, an opposite value
450450
on the associated pin will cause an interrupt to occur.

examples/mcp230xx_leds_and_buttons.py

100755100644
File mode changed.

examples/mcp230xx_leds_and_buttons_irq.py

100755100644
File mode changed.

0 commit comments

Comments
 (0)