Skip to content

Commit e2c6266

Browse files
authored
Adding new function prototype for compatibility
1 parent d748de4 commit e2c6266

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/Wire/src/Wire.h

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ class TwoWire: public Stream
9393
uint8_t endTransmission(bool sendStop);
9494
uint8_t endTransmission(void);
9595

96+
size_t requestFrom(uint16_t address, size_t size, bool sendStop)
9697
uint8_t requestFrom(uint16_t address, uint8_t size, bool sendStop);
9798
uint8_t requestFrom(uint16_t address, uint8_t size, uint8_t sendStop);
9899
size_t requestFrom(uint8_t address, size_t len, bool stopBit);

0 commit comments

Comments
 (0)