luking-dev / webiopi

Automatically exported from code.google.com/p/webiopi
0 stars 0 forks source link

PiFaceDigital driver has missing close() method #136

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The PiFaceDigital driver is missing a close() method.

Solution would be to add

    def close(self):
        mcp.close()

to the driver.

Andreas

Original issue reported on code.google.com by andreas....@googlemail.com on 9 Feb 2015 at 1:37