| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-06-05 | Fix buffer being overwritten by multiple twi_transmit calls | kellerkindt | |
| 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-03-09 | Fix Wire register | Paolo Paolucci | |
| Move TWBR register from Wire.cpp to twi.c file. | |||
| 2016-03-04 | Move AVR Wire library utility folder under source | Sandeep Mistry | |
| 2016-03-02 | add src folder when missing | Alice Pintus | |
