Commit Graph

703 Commits

Author SHA1 Message Date
Tom Igoe 0c465300dc Corrected comments in LiquidCrystal examples 2010-02-08 23:24:18 +00:00
Tom Igoe e74ceb04de Corrected comments in LiquidCrystal examples 2010-02-08 23:21:13 +00:00
Tom Igoe 4f3c8b6e51 2010-02-08 23:13:59 +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
David A. Mellis a5b9d31134 Stopping you from renaming the main / first sketch file (.pde) if it contains a .cpp file with the new name. 2010-01-28 21:19:53 +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 2b7862a7d1 Pointing the update check at the Arduino server (instead of processing.org). 2010-01-10 20:14:59 +00:00
David A. Mellis a49832b566 Updating readme. 2010-01-09 17:54:30 +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 d91b4c1f38 Limiting tone generation to timer 2 only to prevent conflicts with the Servo library. 2010-01-09 17:02:27 +00:00
David A. Mellis f9abacf768 Updating library copy location. 2010-01-08 03:16:43 +00:00
David A. Mellis e1bd1e6d5b Incorporating updates to the Servo library by Michael Margolis. 2010-01-08 02:44:08 +00:00
David A. Mellis c450e695ab Updating to Firmata rev. 51 (adding OldStandardFirmata and AllInputsFirmata). 2010-01-08 02:30:44 +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 b4402e1e26 Adding tone() and noTone() functions, using Brett Hagman's Tone library. 2009-12-29 20:57:07 +00:00
David A. Mellis c22d9942ee Updating to the latest version of Firmata (rev. 41). 2009-12-29 18:01:06 +00:00
David A. Mellis 6672d51d56 Removing (no longer maintaining) the Makefile. 2009-12-28 15:39:19 +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 9a5507fd07 Saving immediately when replacing a sketch with another in the same editor. Should fix bug: http://code.google.com/p/arduino/issues/detail?id=88 2009-12-26 15:42:30 +00:00
David A. Mellis def86681b7 Adding precision parameter for printing of floats / doubles. Restructured the print() and println() functions a bit. 2009-12-25 20:20:27 +00:00
David A. Mellis a2ee999135 Allowing multiples files in a sketch with the same name but different extensions. Not, however, allowing a .cpp file with the same name as the sketch, because they would conflict during the build process. 2009-12-24 21:35:38 +00:00
David A. Mellis 9ecb7ac8f1 Updating version number in todo.txt. 2009-12-24 21:34:53 +00:00
David A. Mellis 6090c1d614 Updating readme with (some) changes so far for 0018. 2009-12-23 00:02:06 +00:00
David A. Mellis 9c8f9c852c Adding end() to the keywords file. 2009-12-23 00:01:36 +00:00
David A. Mellis 2a3a8b1c4f Moving sketch compilation during upload from applet/ sub-directory to a temporary folder. 2009-12-23 00:00:57 +00:00
David A. Mellis c82a43abde Adding Serial.end(). 2009-12-23 00:00:17 +00:00
David A. Mellis 3063c34ebe Fixing bug in calling micros() from interrupts: http://code.google.com/p/arduino/issues/detail?id=55 2009-12-18 17:44:08 +00:00
David A. Mellis ba5935e273 No longer disabling interrupts in delayMicroseconds(): http://code.google.com/p/arduino/issues/detail?id=67 2009-12-18 17:04:51 +00:00
David A. Mellis 07a5160f3b Fixing RW pin bug in LiquidCrystal library. Now using 255 to disable pin instead of -1. 2009-12-18 16:36:45 +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 d2a38e4b5a Improving third-party hardware support:
- moving back to multple cores per platform
- using target instead of platform
- moving per-board and per-programmer preferences out of Preferences.java and into a new Target class
- adding a new "target" preference
- support for platform:value values in board preferences for bootloader path and core
- XXX: need to support platform:value syntax for board upload.using preferences.
2009-11-21 23:23:43 +00:00
David A. Mellis 8720addcba Got bootloader burning working.
Wrapped some long lines.
2009-11-08 20:51:41 +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 3075c8e4fd Moving libraries out of arduino platform / core directory and to top-level. 2009-11-07 17:54:56 +00:00
David A. Mellis ff0336a3b6 Moving libraries into arduino/ 2009-11-07 17:07:59 +00:00
David A. Mellis ab1eb4aaa0 Moving things around. 2009-11-07 17:05:21 +00:00
David A. Mellis 9b7f1f91d5 Branching to implement support for third-party hardware. 2009-11-07 17:02:37 +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 294abd0419 No longer mangling microcontroller names before passing them to avrdude, as it seems to support the same ones as avr-gcc now. 2009-10-23 23:28:35 +00:00