Skip to main content

hazard_lights_on()

Description#

Flashes both front and back LEDs

Syntax#

hazard_lights_on()

Parameters#

None

Returns#

None

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