Skip to content

Commit

Permalink
#22 micro:bit V2 First command not received by Propeller
Browse files Browse the repository at this point in the history
Patch made immediately available.
  • Loading branch information
AndyLindsay committed Apr 8, 2021
1 parent dcb98fa commit 0c528eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Release/cyberbot-micropython/cyberbot.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# microbit-module: cyberbot@0.8.0
# microbit-module: cyberbot@0.9.2
from microbit import *
while True:
try:i2c.read(93,1)
Expand All @@ -11,6 +11,7 @@
except OSError:pass
else:break
break
sleep(500)
class bot():
def __init__(self,p=27,q=33):
self.pA=p
Expand Down

0 comments on commit 0c528eb

Please sign in to comment.