Update code.py
change comment to match angle used
This commit is contained in:
parent
328752ffb1
commit
bb6ab0b5c4
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ pixels.fill(0x0099FF)
|
|||
while True:
|
||||
print("Hello world!")
|
||||
play_file("hello.wav") # play Hello World WAV file
|
||||
crickit.servo_1.angle = 75 # Set servo angle to 45 degrees
|
||||
crickit.servo_1.angle = 75 # Set servo angle to 75 degrees
|
||||
time.sleep(1.0) # do nothing for a 1 second
|
||||
crickit.servo_1.angle = 135 # Set servo angle to 135 degrees
|
||||
time.sleep(1.0) # do nothing for a 1 second
|
||||
|
|
|
|||
Loading…
Reference in a new issue