ItsMe6666

Results 2 comments of ItsMe6666

```cpp Wire.requestFrom(SLAVE_ADDRESS, 1); while(Wire.available()) { // slave may send less than requested data0 = Wire.read(); Serial.print(data0); } ```