Skip to content

Commit 0a7ba78

Browse files
committed
Update changelog
1 parent f054f5c commit 0a7ba78

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ SAMD CORE
33
* Fixed Serial.flush() blocking before any writes. Thanks @hangmoh
44
* Added snprintf_P to avr/pgmspace.h stub. Thanks @jantje
55
* Another small fix to String iterators. Thanks @Ivan-Perez @Chris--A
6+
* Fixes SerialUSB.write(...) returning 0 instead of byte written
7+
* Added Uart::availableForWrite()
8+
* Added defines for RAMSTART, RAMSIZE, RAMEND
9+
* Fixed writing LOW to a digital input pin blocking subsequent digitalRead attempts
10+
* Fixed digitalWrite() unnecessarily activating the pull-up resistor
611

712
SAMD CORE 1.6.6 2016.05.19
813

0 commit comments

Comments
 (0)