mkelland

Results 1 issues of mkelland

I've been running this program a fair bit over the last 24h. Python command: ``` GPIO.setup("CSID1", GPIO.OUT, initial=1) GPIO.output("CSID1", True) ``` And I intermittently get the following error: ``` RuntimeError:...