Skip to content

Commit 29f3429

Browse files
committed
added stub for testing #84
1 parent 42d45a5 commit 29f3429

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

stub/pigpio.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
from test.pigpio_mock import PIGPIOMock
1+
#from test.pigpio_mock import PIGPIOMock
22

3-
pi = PIGPIOMock
43
INPUT=1
54
OUTPUT=2
65
RISING_EDGE=1
76
EITHER_EDGE=2
7+
8+
class pi:
9+
def __init__(self, host="localhost", port=8888):
10+
pass

0 commit comments

Comments
 (0)