Issue #136 [New/open] - PiFaceDigital driver has missing close() method

Posted by andreas.riegg

The PiFaceDigital driver is missing a close() method.

Solution would be to add

def close(self):
    mcp.close()

to the driver.

Andreas