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 4c1c10f commit ec67dfcCopy full SHA for ec67dfc
test/pigpio_mock.py
@@ -75,3 +75,5 @@ def __init__(self, pin_id):
75
def cancel(self):
76
pass
77
78
+ def set_pull_up_down(self, feedback_pin_A, mode):
79
+ pass
0 commit comments