mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-21 15:54:39 +01:00
Updated readme.txt and changed arduino.berlios.de links to www.arduino.cc
This commit is contained in:
parent
512b1a0a00
commit
a0a21caa22
@ -818,10 +818,10 @@ public class Editor extends JFrame
|
|||||||
// });
|
// });
|
||||||
// menu.add(item);
|
// menu.add(item);
|
||||||
|
|
||||||
item = newJMenuItem("Visit arduino.berlios.de", '5');
|
item = newJMenuItem("Visit www.arduino.cc", '5');
|
||||||
item.addActionListener(new ActionListener() {
|
item.addActionListener(new ActionListener() {
|
||||||
public void actionPerformed(ActionEvent e) {
|
public void actionPerformed(ActionEvent e) {
|
||||||
Base.openURL("http://arduino.berlios.de/");
|
Base.openURL("http://www.arduino.cc/");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
menu.add(item);
|
menu.add(item);
|
||||||
|
10
readme.txt
10
readme.txt
@ -5,8 +5,8 @@ can be connected to software on your computer (e.g. Flash, Processing, MaxMSP).
|
|||||||
|
|
||||||
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://arduino.berlios.de/ or the
|
For more information, see the website at: http://www.arduino.cc/ or the
|
||||||
forums at http://arduino.berlios.de/cgi-bin/yabb/YaBB.cgi
|
forums at http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl
|
||||||
|
|
||||||
The Team is composed of Massimo Banzi, David Cuartielles, Tom Igoe,
|
The Team is composed of Massimo Banzi, David Cuartielles, Tom Igoe,
|
||||||
David A. Mellis and Nicholas Zambetti.
|
David A. Mellis and Nicholas Zambetti.
|
||||||
@ -48,9 +48,11 @@ Updated avr toolchain.
|
|||||||
printInteger(), printHex(), etc. now handle longs.
|
printInteger(), printHex(), etc. now handle longs.
|
||||||
millis() fixed (now overflows after days, not minutes)
|
millis() fixed (now overflows after days, not minutes)
|
||||||
Fixed path to java in Windows run.bat.
|
Fixed path to java in Windows run.bat.
|
||||||
Added Matrix and Sprite libraries.
|
Added Matrix and Sprite libraries (written with Nicholas Zambetti).
|
||||||
PWM now working on pin 11 (as well as 9 and 10).
|
PWM now working on pin 11 (in addition to pins 9 and 10).
|
||||||
Slowed PWM frequency (on all three PWM pins) to 1KHz.
|
Slowed PWM frequency (on all three PWM pins) to 1KHz.
|
||||||
|
Now give an error if compiled sketch is too big.
|
||||||
|
Fixed abs(), min(), max(), and constrain() macros.
|
||||||
|
|
||||||
0003
|
0003
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user