Skip to content

Commit

Permalink
Change default pin value for simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel committed Jun 9, 2024
1 parent d7c27eb commit 48b8457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sim/fakes/machine.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def __init__(self, *args, **kwargs):
pass

def value(self):
return 0
return 1

def on(self):
pass
Expand Down

0 comments on commit 48b8457

Please sign in to comment.