You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
servo.py should include the line from microbit import * or similar
the code currently relies on the fact that servo_example.py has the lines from microbit import * and from servo import Servo in the correct order that the whole thing works
The text was updated successfully, but these errors were encountered:
servo.py should include the line
from microbit import *
or similarthe code currently relies on the fact that servo_example.py has the lines
from microbit import *
andfrom servo import Servo
in the correct order that the whole thing worksThe text was updated successfully, but these errors were encountered: