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

13 Commits

Author SHA1 Message Date
Tom Igoe
55c202a7c3 2010-02-09 13:36:04 +00:00
Tom Igoe
97ebae1aa5 2010-02-09 13:35:47 +00:00
Tom Igoe
7c2b249621 Change to reduce call to millis() by Paul Stoffregen 2010-02-09 03:51:55 +00:00
Tom Igoe
3310d7c5aa Change to reduce call to millis() by Paul Stoffregen 2010-02-09 03:48:57 +00:00
Tom Igoe
a59900692a Removed outdated melody example in favor of tone examples. 2010-01-21 22:43:24 +00:00
Tom Igoe
4af060a928 Added another tone example 2010-01-21 22:41:49 +00:00
Tom Igoe
6ca75b361e Added tone example 2010-01-21 19:11:01 +00:00
Tom Igoe
dc944e1629 Added tone example 2010-01-21 19:10:18 +00:00
Tom Igoe
6fc114ef86 Added tone example 2010-01-21 17:03:27 +00:00
Tom Igoe
884ec6f242 Fixed error in StateChangeDetection example 2009-12-30 18:03:57 +00:00
David A. Mellis
29c339013a Adding Tom's new examples. 2009-07-11 00:34:59 +00:00
David A. Mellis
8d73929f5d Removing old examples so I can copy over Tom's new ones. 2009-07-11 00:33:27 +00:00
David A. Mellis
2fa8deb92d First integration of the Arduino code in Processing 5503: PreProcessor and Compiler have been integrated with changes to the Sketch.
Compilation still has problems (Thread error on success, and can't handle non-pde files in a sketch).
Modified the Mac OS X make.sh to copy the hardware, avr tools, and example over.
Removing some of the antlr stuff.  
Disabling the Commander (command-line execution) for now.
Added Library, LibraryManager, and Target.
Added support for prefixed preferences (e.g. for boards and programmers).
2009-06-01 08:32:11 +00:00