arduino-esp32/libraries/Wire
Alexandre-Jacques St-Jacques 7bb30b3cf8
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>
2021-12-14 16:25:01 +02:00
..
examples I2C Slave Implementation 2021-10-09 14:30:20 +03:00
src Refactoring TwoWire::requestFrom() headers in Wire.cpp (#5935) 2021-12-14 16:25:01 +02:00
keywords.txt Implement Thread-Safe I2C based on ESP-IDF API (#5683) 2021-10-01 17:34:20 +03:00
library.properties Bump library versions to 2.0.0 (#5182) 2021-05-18 14:00:49 +03:00