mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-07 00:04:36 +03:00
Updating SPI library error message and revisions.txt for final 0019 release.
This commit is contained in:
@@ -1,17 +1,19 @@
|
||||
ARDUINO 0019
|
||||
ARDUINO 0019 - 2010.09.03
|
||||
|
||||
[core / libraries]
|
||||
|
||||
* Revised Ethernet library (by Christian Maglie). This depends on the
|
||||
new SPI library, so existing sketches will need: #include <SPI.h>
|
||||
added to the top of their code.
|
||||
|
||||
* Added an SPI library (by Christian Maglie).
|
||||
http://code.google.com/p/arduino/issues/detail?id=240
|
||||
|
||||
* Added aliases for the analog input pins: A0, A1, etc.
|
||||
http://code.google.com/p/arduino/issues/detail?id=244
|
||||
|
||||
* Added a String class.
|
||||
|
||||
* Added an SPI library (by Christian Maglie).
|
||||
http://code.google.com/p/arduino/issues/detail?id=240
|
||||
|
||||
* Revised Ethernet library (by Christian Maglie).
|
||||
|
||||
* Added a shiftIn() function (from Wiring).
|
||||
http://code.google.com/p/arduino/issues/detail?id=280
|
||||
|
||||
|
Reference in New Issue
Block a user