Refactoring TwoWire::requestFrom() headers in Wire.cpp (#5935)
* Refactoring function headers Changing the header so the main TwoWire::requestFrom() definition uses a `size_t` instead of a `uint8_t`, removing the 255 bytes limit on I2C requests. Co-authored-by: Flaviu Tamas <me@flaviutamas.com> Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
Showing
Please register or sign in to comment