1
0
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:
Cristian Maglie
2013-06-21 19:58:08 +02:00
parent 8b0b0a7d68
commit d101bf51a2
3 changed files with 8 additions and 5 deletions

View File

@ -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)