We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f054f5c commit 0a7ba78Copy full SHA for 0a7ba78
CHANGELOG
@@ -3,6 +3,11 @@ SAMD CORE
3
* Fixed Serial.flush() blocking before any writes. Thanks @hangmoh
4
* Added snprintf_P to avr/pgmspace.h stub. Thanks @jantje
5
* 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
11
12
SAMD CORE 1.6.6 2016.05.19
13
0 commit comments