Update play_animation.py

This commit is contained in:
artem30801
2018-11-25 16:15:06 +03:00
committed by GitHub
parent 8cceff2136
commit f21b776a41

View File

@@ -5,7 +5,7 @@ from FlightLib/FlightLib import FlightLib
FlightLib.init('SingleCleverFlight')
from FlightLib/FlightLib import LedLib
animation_file_path = 'animation.csv'
animation_file_path = 'drone.csv'
frames = []
def time_synch()
c = ntplib.NTPClient()