1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-03-13 10:29:35 +01:00

Moved 0004 changes to 0003 entry in readme.txt

This commit is contained in:
David A. Mellis 2006-01-12 23:31:40 +00:00
parent b7728ae604
commit dc04ccefa1

View File

@ -8,7 +8,7 @@ For more information, see the website at: http://arduino.berlios.de/ or the
forums at arduino.berlios.de/cgi-bin/yabb/YaBB.cgi
The Team is composed of Massimo Banzi, David Cuartielles, Tom Igoe,
David Mellis and Nicholas Zambetti.
David A. Mellis and Nicholas Zambetti.
Gianluca Martino works with us on many projects providing help, ideas and
taking care of the production.
@ -21,14 +21,6 @@ from Processing and Wiring.
UPDATES
0004
Serial monitor added (click the toolbar button to turn it on or off). Baud
rate is controlled by the serial.debug_rate field in preferences.txt, defaults
to 9600.
Serial port menu now automatically refreshes when opened.
Created Xcode project for building Arduino on the Mac (doesn't yet regenerate
the grammar files or package the distribution); active target should be "App".
0003
millis() now updates every millisecond instead of every second.
Keyspan and FTDI USB drivers included with Mac and Windows distributions.
@ -42,6 +34,12 @@ Updated icon of the Windows executable.
Improved accuracy of the delayMicroseconds() function.
New blue color scheme and icons courtesy of Noah Shibley (colors are hardcoded
into the source to ensure consistency with image files).
Serial monitor added (click the toolbar button to turn it on or off). Baud
rate is controlled by the serial.debug_rate field in preferences.txt, defaults
to 9600. Icon and implementation from Wiring.
Serial port menu now automatically refreshes when opened.
Created Xcode project for building Arduino on the Mac (doesn't yet regenerate
the grammar files or package the distribution); active target should be "App".
0002 - 2005.10.05
New build process no longer uses makefiles; now controlled by preferences.txt.