Open GoogleCodeExporter opened 9 years ago
Now I try agan and working but I try to read all inputs with
sw0.digitalReadAll()
and give an error below.
Traceback (most recent call last):
File "ds24.py", line 29, in <module>
sw0.digitalReadAll()
AttributeError: DS2408 instance has no attribute 'digitalReadAll'
Original comment by max.bene...@gmail.com
on 2 Dec 2013 at 11:13
Function missing
you can use portRead instead
Original comment by tro...@trouch.com
on 10 Dec 2013 at 2:37
Original comment by tro...@trouch.com
on 10 Dec 2013 at 2:38
Original comment by tro...@trouch.com
on 4 Jan 2014 at 9:00
Original comment by tro...@trouch.com
on 4 Jan 2014 at 9:01
Delayed for major release
Original comment by tro...@trouch.com
on 31 Jan 2014 at 1:58
Maybe you can retry your code with the updated 2408 driver from issue 95. For
correct operation, please look at the driver comments and the setting of the
RSTZ pin as this influences correct working of output ports.
Andreas
Original comment by andreas....@googlemail.com
on 30 Apr 2014 at 12:42
Original issue reported on code.google.com by
max.bene...@gmail.com
on 2 Dec 2013 at 2:50