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 5aa898f commit 2c7e95dCopy full SHA for 2c7e95d
adafruit_rgb_display/rgb.py
@@ -89,7 +89,7 @@ def switch_to_input(self, *, pull: Optional[digitalio.Pull] = None) -> None:
89
"""Dummy switch_to_input method"""
90
91
@property
92
- def value(self) -> digitalio.DigitalInOut:
+ def value(self) -> bool:
93
"""Dummy value DigitalInOut property"""
94
95
@value.setter
0 commit comments