Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changing return type of 'requestFrom' from uint8_t to size_t allows t…
…he function to return the correct amount of bytes read (since internally it's already a size_t which is downcast to a uint8_t upon returning it. (#132)
- Loading branch information