1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-02-06 01:08:25 +01:00

240 Commits

Author SHA1 Message Date
Tom Igoe
7a80165286 updated example to match tutorial style guide 2009-06-30 20:17:34 +00:00
Tom Igoe
6b0e34540f 2009-06-30 19:30:48 +00:00
Tom Igoe
45918cf5ae 2009-06-30 15:15:48 +00:00
Tom Igoe
d58a4f8d8e Added Row-Column scanning example 2009-06-29 16:00:43 +00:00
Tom Igoe
f083d2964c Added Row-Column scanning example 2009-06-29 15:56:02 +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
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
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
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
Tom Igoe
a0b3e6334d changed #define pins to const ints 2009-04-24 17:36:16 +00:00
Tom Igoe
0859fba64d changed #define pins to const ints 2009-04-24 17:34:50 +00:00
Tom Igoe
c96687c42b changed #define pins to const ints 2009-04-24 17:33:59 +00:00
Tom Igoe
912e56a205 New example for serial call and response (handshaking) in ASCII 2009-04-16 19:18:23 +00:00
Tom Igoe
6d806f1982 New example for serial call and response (handshaking) 2009-04-16 19:17:58 +00:00
Tom Igoe
63d4fbfe8a Comments updated 2009-04-16 19:13:54 +00:00
Tom Igoe
6247301ed8 max patch updated 2009-04-16 19:13:10 +00:00
Tom Igoe
8306e23d0d max patch updated 2009-04-16 19:12:19 +00:00
Tom Igoe
6bf49c83fb max patch updated 2009-04-16 19:11:27 +00:00
Tom Igoe
240e35be80 max patch updated 2009-04-16 19:09:13 +00:00
David A. Mellis
fa3e49a126 Updating Windows avr tools to WinAVR 20081205 w/ avr-gcc 4.3.2, etc. 2009-03-12 11:03:42 +00:00
David A. Mellis
efc082b734 Changing project root in Mac OS X Xcode project to ../.. (that is, trunk/), so that the SCM tools in Xcode will work properly. 2009-03-03 10:46:23 +00:00
David A. Mellis
485e0f93b8 Updating to AVR MacPack 20081213. Includes avr-gcc 4.3.2 which should fix problem with functions called from interrupts. 2009-02-21 13:10:06 +00:00
David A. Mellis
7737684ad6 adding ATmega328p to avrdude.conf on Linux 2009-02-07 14:09:27 +00:00
David A. Mellis
d2e90a9be6 Adding ATmega328 to avrdude.conf on windows 2009-01-07 22:46:49 +00:00
David A. Mellis
32b1245ee9 Updating build howto instructions for linux. 2008-12-22 23:13:38 +00:00
David A. Mellis
950789ab74 Adding micros() function. 2008-11-26 14:14:59 +00:00