1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-29 10:24:12 +01:00
Commit Graph

517 Commits

Author SHA1 Message Date
Tom Igoe
046c6225dc Added Row-Column scanning example 2009-06-29 15:56:40 +00:00
Tom Igoe
f083d2964c Added Row-Column scanning example 2009-06-29 15:56:02 +00:00
Tom Igoe
61a400fd8a Added BarGraph example 2009-06-26 19:24:25 +00:00
Tom Igoe
9da0520376 Added BarGraph example 2009-06-26 19:19:05 +00:00
Tom Igoe
45e8a203fa Added new examples for 0016 update - tigoe 2009-06-25 19:07:09 +00:00
Tom Igoe
f4beacb22a Added new examples for 0016 update - tigoe 2009-06-25 19:05:04 +00:00
Tom Igoe
12cc34e9e0 Changed to pin 2 for consistency 2009-06-25 18:04:56 +00:00
Tom Igoe
e5a4e5c66c Changed to pin 2 for consistency 2009-06-25 12:18:27 +00:00
Tom Igoe
61caf0452e Edited comments 2009-06-25 09:27:12 +00:00
Tom Igoe
fc882af93e Edited comments 2009-06-24 22:05:56 +00:00
Tom Igoe
fab75af5c1 Moved to Control folder 2009-06-24 21:48:05 +00:00
Tom Igoe
5e4814c097 Corrected the style 2009-06-24 21:43:38 +00:00
Tom Igoe
061bd9cec2 Corrected the style 2009-06-24 21:41:15 +00:00
Tom Igoe
17df808b33 Corrected the style 2009-06-24 21:37:08 +00:00
Tom Igoe
27d05285b7 Added new stub code 2009-06-24 21:24:53 +00:00
Tom Igoe
12604b1fdc Added new button state change detection example 2009-06-24 21:21:17 +00:00
Tom Igoe
46acf22fd4 2009-06-17 21:37:30 +00:00
Tom Igoe
5b1e23996a 2009-06-17 21:35:26 +00:00
Tom Igoe
f80d0fc7d2 2009-06-17 21:34:38 +00:00
Tom Igoe
75b312f9b3 2009-06-17 21:33:26 +00:00
Tom Igoe
f209bc5d23 2009-06-17 21:33:17 +00:00
Tom Igoe
18beef8ee7 2009-06-17 21:31:00 +00:00
Tom Igoe
83799e0938 2009-06-17 21:28:08 +00:00
Tom Igoe
7433ef3ea9 2009-06-17 21:26:32 +00:00
Tom Igoe
f886662ea0 2009-06-17 21:26:02 +00:00
Tom Igoe
ca651419c5 New examples for basic control structures 2009-06-17 21:24:05 +00:00
Tom Igoe
ee810e8aa7 2009-06-17 21:21:36 +00:00
Tom Igoe
79353b637d 2009-06-17 21:18:44 +00:00
Tom Igoe
0374c30460 2009-06-17 21:17:49 +00:00
Tom Igoe
75385f5ff5 2009-06-17 21:14:58 +00:00
David A. Mellis
b2678262b8 Updating readme. 2009-05-30 09:47:26 +00:00
David A. Mellis
4c0ce78357 Moving selection of Linux look-and-feel (GTK) from Base.java to arduino.sh, so that it can be changed more easily by a user. (In particular, the GTK theme is apparently broken on KDE.) 2009-05-30 09:45:13 +00:00
David A. Mellis
090e85b5a1 Updating readme. 2009-05-30 09:06:35 +00:00
David A. Mellis
12773c014a Rolling back changes that added support for libraries in the user's directory, as it wasn't properly implemented. svn merge -c -589 2009-05-30 09:06:19 +00:00
David A. Mellis
2357f22387 Adding support for ordering the Tools > Boards menu by using LinkedHashMap to store the keys for the prefixed sub-maps. Re-ordering the boards in the boards.txt file. Adding an entry for the LilyPad Arduino w/ ATmega328. Updating readme. 2009-05-30 08:56:03 +00:00
David A. Mellis
a7f9864f4a Updating readme and todo. 2009-05-24 15:18:21 +00:00
David A. Mellis
8cd8962748 Updating todo and readme. 2009-05-24 15:13:22 +00:00
David A. Mellis
b91e250d96 Removing wiring_serial.c as it's no longer used. (All serial functionality is now in HardwareSerial.h / HardwareSerial.cpp.) 2009-05-24 15:13:08 +00:00
David A. Mellis
af0ff93dc1 Adding ARDUINO version constant. 2009-05-24 15:12:19 +00:00
David A. Mellis
c2cac3e75d Adding support for user-installed libraries in the "libraries" sub-directory of the sketchbook folder. 2009-05-24 15:09:26 +00:00
David A. Mellis
07feaca3a1 Adding a "Copy as HTML" item to the Tools menu. 2009-05-24 15:04:18 +00:00
David A. Mellis
7357e38cf6 Fixing overflow bug in bit() macro: (1 << (b)) becomes (1UL << (b)) 2009-05-19 18:16:08 +00:00
David A. Mellis
b11e25ecf2 Fixing (I hope) race condition in Sizer.java that was preventing the file size from being determined. 2009-05-12 13:37:51 +00:00
David A. Mellis
a2b3da7698 Optimizing the timer0 overflow handler (for millis()), based on work by WestFW and help from mikalhart. Increasing precision of math constants. 2009-05-12 10:55:26 +00:00
David A. Mellis
60ad594d7b Modifying Makefile to generate dependencies (and .d files) automatically. Patch from Lars Immisch: http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1241007184 2009-05-09 18:09:02 +00:00
David A. Mellis
ea6a645dc8 Fixing bugs in Client::connect() (failed to set _sock to 255 after some connection failures). 2009-05-08 13:11:04 +00:00
David A. Mellis
b572172438 Updating default board to the Arduino Duemilanove w/ ATmega328. Adding a Tools > Boards entry for Arduino Pro or Pro Mini (8 MHz) w/ ATmega328. Cleaning up todo list. 2009-05-08 11:22:34 +00:00
David A. Mellis
091540e930 Adding ATmega328 bootloader for the Pro and Pro Mini running at 8 MHz (3.3V). Uses the USART0 double speed mode, which according to Nathan from Sparkfun, is necessary to achieve reliable communication at 57600 baud. 2009-05-08 11:05:41 +00:00
David A. Mellis
5e89129ba5 Fixes to the way the Client class connects and disconnects, as well as checks of whether or not the socket is valid in various functions. 2009-04-26 14:58:39 +00:00
David A. Mellis
4d9e4619f9 Updating version to 0016. 2009-04-26 13:20:44 +00:00