From 68ef2bcd5658116e3578eab3810593428722d091 Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Mon, 2 Aug 2010 19:07:30 +0000 Subject: [PATCH] Nothing SPI and Ethernet updates in revisions.txt. --- build/shared/revisions.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index 54430d3dd..24e1fb3a3 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -5,6 +5,11 @@ ARDUINO 0019 * Added aliases for the analog input pins: A0, A1, etc. http://code.google.com/p/arduino/issues/detail?id=244 +* Added an SPI library (by Christian Maglie). + http://code.google.com/p/arduino/issues/detail?id=240 + +* Revised Ethernet library (by Christian Maglie). + * More accurate delay() function from BenF. http://code.google.com/p/arduino/issues/detail?id=237