8 lines
253 B
Python
8 lines
253 B
Python
####################################################################
|
|
# This file contains the code to control the LEDs of the robot.
|
|
#
|
|
####################################################################
|
|
from gpiozero import LED
|
|
from time import sleep
|
|
|