1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-11 00:52:21 +01:00

1470 Commits

Author SHA1 Message Date
Tom Igoe
f613e8eaae Added public domain notice 2010-02-23 22:28:08 +00:00
Tom Igoe
6cf5d212a4 Added public domain notice 2010-02-23 22:23:29 +00:00
Tom Igoe
962b56b0da Added public domain notice 2010-02-23 19:12:28 +00:00
Tom Igoe
75db6c1715 Added public domain notice 2010-02-23 19:11:46 +00:00
Tom Igoe
2131d60aae Added public domain notice 2010-02-23 19:09:45 +00:00
Tom Igoe
b56e25877d Added public domain notice 2010-02-23 19:07:12 +00:00
Tom Igoe
366ef9f365 Added public domain notice 2010-02-23 18:59:41 +00:00
Tom Igoe
dd21c0ac34 Added public domain notice 2010-02-23 18:59:07 +00:00
Tom Igoe
8b1b425585 Added public domain notice 2010-02-23 18:58:12 +00:00
Tom Igoe
7646ffab88 Added public domain notice 2010-02-23 18:57:04 +00:00
Tom Igoe
54bd0235e4 Added public domain notice 2010-02-23 18:55:55 +00:00
Tom Igoe
9cd46a2772 Added public domain notice 2010-02-23 18:55:50 +00:00
Tom Igoe
17dd200251 Added public domain notice 2010-02-23 18:53:54 +00:00
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
David A. Mellis
481118ae4d removing space from start of arduino linux launcher script. 2010-01-29 20:53:51 +00:00
David A. Mellis
06da56c2a5 Updating linux build scripts. 2010-01-29 20:53:21 +00:00
David A. Mellis
66a96f53d9 updating windows build scripts for libraries. 2010-01-29 20:06:56 +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
David A. Mellis
0f357096b4 Updated reference and added tone() and noTone() to keywords.txt. 2010-01-09 17:43:16 +00:00
David A. Mellis
f9abacf768 Updating library copy location. 2010-01-08 03:16:43 +00:00
David A. Mellis
298d24ae6b Removing instructions from howto.txt and pointing to Google Code wiki page instead. 2010-01-02 16:47:57 +00:00
Tom Igoe
884ec6f242 Fixed error in StateChangeDetection example 2009-12-30 18:03:57 +00:00
David A. Mellis
1cbe35efca Updating to Java 6u16 (from Processing rev. 5883). 2009-12-27 01:04:16 +00:00
David A. Mellis
d28b6358db Updating Mac OS X .dmg with latest FTDI drivers and a link to the Applications folder (with arrow on the background). 2009-12-26 16:35:21 +00:00
David A. Mellis
9c8f9c852c Adding end() to the keywords file. 2009-12-23 00:01:36 +00:00
David A. Mellis
76f7c447b9 Adding Serial1, Serial2, Serial3 to keywords.txt. Removing SERIAL and DISPLAY. 2009-12-18 16:25:28 +00:00
David A. Mellis
42ddb48786 Merging third-party hardware branch: svn merge -r 795:802 https://arduino.googlecode.com/svn/branches/third-party-hardware . 2009-12-18 16:05:52 +00:00
David A. Mellis
5f9cbf5bb1 Adding default target to the preferences. 2009-12-18 16:00:36 +00:00
David A. Mellis
70b68efcef Adding pin 13 (row 5): http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1259066861 2009-11-26 05:18:31 +00:00
David A. Mellis
e5b5f25476 Third-party cores seems to sort of work now, but burning bootloaders is probably broken.
Need to decide on the format for the boards.txt file.
2009-11-07 18:56:45 +00:00
David A. Mellis
c6b305357e Adding Arduino as ISP sketch (firmware) and programmers.txt entry. 2009-11-01 17:00:31 +00:00
David A. Mellis
d29c49a27b Updating a newer JavaApplicationStub (from Processing 1.0.9) but removed x86_64 architecture with lipo (because we don't have a 64 bit version of the librxtxSerial.jnilib). 2009-10-23 23:16:45 +00:00
David A. Mellis
41560ca8d6 Upgrading to quaqua 6.2 (from Processing 1.0.9). 2009-10-23 23:11:37 +00:00
David A. Mellis
de28fadf49 Adding break and continue to the keywords file. 2009-10-23 22:40:47 +00:00
David A. Mellis
2e26a2d994 Syncing with Processing 1.0.9 (revision 5766). 2009-10-22 00:56:16 +00:00
David A. Mellis
3afe2e0713 Fixing variable name. 2009-10-18 19:41:30 +00:00
David A. Mellis
650dc075a4 Fixing small typo in for-loop example. 2009-09-26 16:54:50 +00:00
David A. Mellis
3dc7fc0781 Syncing with Processing 1.0.7 (5692); needs testing.
Also, the Sketchbook and Examples menus are currently disabled on the Mac to work-around a bug in Apple's implementation of Java.  I think this bug may have been solved, so I should try re-enabling the menus and see what happens (on 10.4 and 10.5 and 10.6).  Also, I may still need to update the jre / jdk on Linux.
2009-09-24 03:16:00 +00:00
David A. Mellis
66e4b9c0cd One more time. 2009-09-23 22:21:24 +00:00
David A. Mellis
e6f674cc3f Fixing capitalization of "pin". 2009-09-23 22:21:15 +00:00
David A. Mellis
8ced792ee5 Adding double-quotes around the $0 in the Mac OS X tools scripts. Should fix compilation when Arduino is in a directory with spaces in its name. 2009-09-13 18:01:35 +00:00
David A. Mellis
e272a8bcc0 Adding guihead.o and head.o from launch4j (these apparently have some custom modifications from Processing). 2009-09-07 16:42:14 +00:00
David A. Mellis
018ff13d8b Moving setting of Linux look and feel from linux/Platform.java to arduino script. 2009-08-11 23:05:18 +00:00