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.
2 parents cd7f1fb + d98e07e commit bee565cCopy full SHA for bee565c
labgrid/driver/gpiodriver.py
@@ -14,7 +14,7 @@
14
class GpioDigitalOutputDriver(Driver, DigitalOutputProtocol):
15
16
bindings = {
17
- "gpio": {"SysfsGPIO", "NetworkSysfsGPIO"},
+ "gpio": {"SysfsGPIO", "MatchedSysfsGPIO", "NetworkSysfsGPIO"},
18
}
19
20
def __attrs_post_init__(self):
0 commit comments