Skip to content

Commit 4c1c10f

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

16 files changed

+1
-0
lines changed

stub/picamera/__init__.py

100644100755
File mode changed.

stub/picamera/camera.py

100644100755
File mode changed.

stub/picamera/exc.py

100644100755
File mode changed.

stub/pigpio.py

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
OUTPUT=2
77
RISING_EDGE=1
88
EITHER_EDGE=2
9+
PUD_UP = 1

stub/pyaudio/__init__.py

100644100755
File mode changed.

stub/smbus2.py

100644100755
File mode changed.

test/__init__.py

100644100755
File mode changed.

test/audio_test.py

100644100755
File mode changed.

test/camera_test.py

100644100755
File mode changed.

test/cnn_test.py

100644100755
File mode changed.

0 commit comments

Comments
 (0)