Skip to content

Commit ae22e4b

Browse files
committed
Merge branch 'develop' of https://github.com/CoderBotOrg/backend into develop
2 parents 5710525 + 6757a8d commit ae22e4b

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ static/blockly-tutorial
6464
.Trashes
6565
ehthumbs.db
6666
Thumbs.db
67+
.vscode
6768

6869
# Swap files
6970
*.swp

stub/pigpio.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
#from test.pigpio_mock import PIGPIOMock
1+
from pigpio_mock import PIGPIOMock
2+
3+
pi = PIGPIOMock
24

35
INPUT=1
46
OUTPUT=2
57
RISING_EDGE=1
68
EITHER_EDGE=2
7-
8-
class pi:
9-
def __init__(self, host="localhost", port=8888):
10-
pass

0 commit comments

Comments
 (0)