Skip to content

Commit 2c7e95d

Browse files
committed
requested changes, fix DummyPin::value return
1 parent 5aa898f commit 2c7e95d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_rgb_display/rgb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def switch_to_input(self, *, pull: Optional[digitalio.Pull] = None) -> None:
8989
"""Dummy switch_to_input method"""
9090

9191
@property
92-
def value(self) -> digitalio.DigitalInOut:
92+
def value(self) -> bool:
9393
"""Dummy value DigitalInOut property"""
9494

9595
@value.setter

0 commit comments

Comments
 (0)