Skip to main content

all_lights_on()

Description#

Turns all LEDs on the 2 front white leds and the rear 2 leds.

Syntax#

all_lights_on()

Parameters#

None

Returns#

None

Example Code#
Python#
#Python code
from zumi.zumi import Zumi
zumi = Zumi()
zumi.all_lights_on()