1
0
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:
David A. Mellis
2010-09-03 23:12:12 +00:00
parent ca89be0a15
commit 5e2f82b742
2 changed files with 10 additions and 8 deletions

View File

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