1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Updating reference and reference fetching script.

This commit is contained in:
David A. Mellis
2010-08-11 23:18:17 +00:00
parent 57e2c152f1
commit 134955720f
3 changed files with 9 additions and 2 deletions

Binary file not shown.

View File

@ -12,6 +12,9 @@ ARDUINO 0019
* Revised Ethernet library (by Christian Maglie).
* Added a shiftIn() function (from Wiring).
http://code.google.com/p/arduino/issues/detail?id=280
* Updated version of Firmata supports Mega and capability querying.
* More accurate delay() function from BenF.