Skip to content

Commit ec67dfc

Browse files
committed
Stubbed set_pull_up_down method from rotary_decoder.py
1 parent 4c1c10f commit ec67dfc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/pigpio_mock.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,5 @@ def __init__(self, pin_id):
7575
def cancel(self):
7676
pass
7777

78+
def set_pull_up_down(self, feedback_pin_A, mode):
79+
pass

0 commit comments

Comments
 (0)