mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
[sam] 2 bugfix to SPI library.
- begin() after end() now works. - unconnected SPI pin is selected as CS when old (non extended) API is used.
This commit is contained in:
@ -20,6 +20,8 @@ ARDUINO 1.5.3 BETA
|
||||
|
||||
[libraries]
|
||||
* sam: Added CAN library (still in early stage of development) (Palliser)
|
||||
* sam: Bugfix SPI library: begin() after end() now works (stimmer)
|
||||
* sam: Bugfix SPI library: incorrent pin configuration in non-extended mode.
|
||||
|
||||
[firmwares]
|
||||
* Arduino Due: fixed USB2Serial garbage at startup (https://github.com/arduino/Arduino/pull/1267)
|
||||
|
Reference in New Issue
Block a user