Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
iodevices.LWP3Device: return bytes written
This changes the return value of the LWP3Device.write() method to return the number of bytes written. This makes it compatible with other Python write() functions and reserves returning None for a possible future non-blocking write.
- Loading branch information