Ejemplo n.º 1
0
def lcdClear(*args):
    return _wiringpi.lcdClear(*args)
Ejemplo n.º 2
0
def lcdClear(fd):
    return _wiringpi.lcdClear(fd)