uint8_t requestFrom( int address, int quantity );
Enables a master to request data from a slave and get data by using available() and read()functions.
Number of bytes returned from a slave.
Wire.h
TwoWire Class