ArduinoCore-avr/libraries
kellerkindt 43d5e073b4 Fix buffer being overwritten by multiple twi_transmit calls
Fixes that more complex methods (like Stream::print(float)) do not work properly.

Without this fix, Wire.print(1.01f); results in '1' because Print::printFloat(double, uint8_t) performs multiple print() and therefore twi_transmit calls. Also Wire.println("Heyho"); results only in a newline character.
2016-06-05 03:01:57 +02:00
..
EEPROM Update library.properties 2016-03-03 19:57:04 +01:00
HID add src folder when missing 2016-03-02 14:45:57 +01:00
SPI Update library.properties 2016-03-03 19:34:02 +01:00
SoftwareSerial Update SoftwareSerial.cpp 2016-04-05 15:10:46 -04:00
Wire Fix buffer being overwritten by multiple twi_transmit calls 2016-06-05 03:01:57 +02:00