mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-18 07:52:14 +01:00
Updates for releaes 0005 (a little late, whoops!)
This commit is contained in:
parent
9d62fdd479
commit
a113cb1880
11
readme.txt
11
readme.txt
@ -3,13 +3,17 @@ board and a development environment that implements the Processing/Wiring
|
|||||||
language. Arduino can be used to develop stand-alone interactive objects or
|
language. Arduino can be used to develop stand-alone interactive objects or
|
||||||
can be connected to software on your computer (e.g. Flash, Processing, MaxMSP).
|
can be connected to software on your computer (e.g. Flash, Processing, MaxMSP).
|
||||||
The boards can be assembled by hand or purchased preassembled; the open-source
|
The boards can be assembled by hand or purchased preassembled; the open-source
|
||||||
IDE can be downloaded for free
|
IDE can be downloaded for free.
|
||||||
|
|
||||||
Arduino is an open source project, owned by nobody and supported by many.
|
Arduino is an open source project, owned by nobody and supported by many.
|
||||||
|
|
||||||
For more information, see the website at: http://www.arduino.cc/
|
For more information, see the website at: http://www.arduino.cc/
|
||||||
or the forums at: http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl
|
or the forums at: http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl
|
||||||
|
|
||||||
|
To report a bug or a make a suggestions, go to:
|
||||||
|
[hardware] http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?board=hwbugs
|
||||||
|
[software] http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?board=swbugs
|
||||||
|
|
||||||
INSTALLATION
|
INSTALLATION
|
||||||
Detailed instructions are in reference/howto.html.
|
Detailed instructions are in reference/howto.html.
|
||||||
|
|
||||||
@ -30,7 +34,10 @@ UPDATES
|
|||||||
|
|
||||||
0005
|
0005
|
||||||
|
|
||||||
ATmega168 support in the AVR libraries.
|
Applied patch from Hans Steiner to improve Linux support by searching for avr
|
||||||
|
tools in the user's path instead of expecting them at a fixed location.
|
||||||
|
Added an upload.verbose preference for help in debugging.
|
||||||
|
ATmega168 support!
|
||||||
New Wiring-compatible randomSeed(), random(max) and random(min, max) functions
|
New Wiring-compatible randomSeed(), random(max) and random(min, max) functions
|
||||||
(except operating on longs instead of floats).
|
(except operating on longs instead of floats).
|
||||||
Fixed bug that sometimes caused uploading of old versions of a sketch.
|
Fixed bug that sometimes caused uploading of old versions of a sketch.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user