pyupm_eldriver module

class pyupm_eldriver.ElDriver(pin)[source]

Bases: object

API for the EL Driver Module.

ID: eldriver

Name: Electroluminescent Wire (EL) Driver

Category: electric

Manufacturer: seeed

Connection: gpio The EL Driver allows you to easily light up an EL wire with just one single cable.

C++ includes: eldriver.hpp

off()[source]

void off()

Turns the EL wire off

on()[source]

void on()

Turns the EL wire on