Arduino/hardware/arduino/avr/libraries/Wire
kellerkindt ab4e114624 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
..
examples
src Fix buffer being overwritten by multiple twi_transmit calls 2016-06-05 03:01:57 +02:00
keywords.txt Remove unused keywords from Wire libraries keywords.txt 2015-11-28 17:56:21 -08:00
library.properties Update library.properties 2016-03-03 19:13:25 +01:00