Closed caternuson closed 1 year ago
For #96.
This was basically a pre-BusIO docstring that never got updated. The BusIO library would need to be changed to allow passing the return of endTransmission. For now, added some simple logic to return 0/1 based on BusIO's true/false return of write.
Tested using servo example from this library.
servo
@ladyada for review
For #96.
This was basically a pre-BusIO docstring that never got updated. The BusIO library would need to be changed to allow passing the return of endTransmission. For now, added some simple logic to return 0/1 based on BusIO's true/false return of write.
Tested using
servo
example from this library.