1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-19 08:52:15 +01:00

Update revision log

This commit is contained in:
Sandeep Mistry 2016-07-18 14:24:47 -04:00
parent 98134a4aee
commit e12dcc6126

View File

@ -14,6 +14,7 @@ ARDUINO 1.6.10
* sam: added snprintf_P to avr/pgmspace.h stub. Thanks @jantje * sam: added snprintf_P to avr/pgmspace.h stub. Thanks @jantje
* avr: Fix TX buffer being overwritten by multiple Wire.write(...) calls in slave mode. Thanks @kellerkindt * avr: Fix TX buffer being overwritten by multiple Wire.write(...) calls in slave mode. Thanks @kellerkindt
* Another small fix to String iterators. Thanks @Ivan-Perez @Chris--A * Another small fix to String iterators. Thanks @Ivan-Perez @Chris--A
* Added getTimeout() method to Stream. Thanks @mattb5906
[libraries] [libraries]