pyupm_groveeldriver module

class pyupm_groveeldriver.GroveElDriver(pin)[source]

Bases: object

API for the Grove EL Driver Module.

Deprecated This class is being replaced by ElDriver

ID: groveeldriver

Name: Electroluminescent (EL) Driver

Category: electric

Manufacturer: seeed

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

C++ includes: groveeldriver.hpp

off()[source]

void off()

Turns the EL wire off

on()[source]

void on()

Turns the EL wire on