Skip to content

Commit

Permalink
Merge pull request #23 from parallaxinc/issue-22-microbit-v2-first-co…
Browse files Browse the repository at this point in the history
…mmand-not-received-by-propeller

#22 micro:bit V2 First command not received by Propeller
  • Loading branch information
AndyLindsay authored Apr 8, 2021
2 parents dcb98fa + 0c528eb commit f7c4d35
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 f7c4d35

Please sign in to comment.