Skip to content
Snippets Groups Projects
Commit 81777e64 authored by Kristoffer Richardsson's avatar Kristoffer Richardsson
Browse files

#111 Corrected import order

parent 29269b20
Branches
No related merge requests found
...@@ -4,12 +4,12 @@ ...@@ -4,12 +4,12 @@
# and to make it move. # and to make it move.
# If the Crazyflie has a ledring attached, the touchpad of the controller can # If the Crazyflie has a ledring attached, the touchpad of the controller can
# be used to change the color of the led-ring LEDs # be used to change the color of the led-ring LEDs
import colorsys
import math
import sys import sys
import time import time
import openvr import openvr
import math
import colorsys
import cflib.crtp import cflib.crtp
from cflib.crazyflie import Crazyflie from cflib.crazyflie import Crazyflie
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment