diff --git a/Music_Box_with_Crickit/code.py b/Music_Box_with_Crickit/code.py index c1526683..fade6c79 100644 --- a/Music_Box_with_Crickit/code.py +++ b/Music_Box_with_Crickit/code.py @@ -68,4 +68,3 @@ while True: # Move servo one degree forward or backward. rainbow(int(dancer.angle * 255/MAX_SERVO_ANGLE)) dancer.angle += move_direction -