Commit Graph

61 Commits

Author SHA1 Message Date
David A. Mellis b33c8a093d New script for download the reference from Tom Pollard. Updated reference and readme and Makefile. 2008-01-22 22:10:55 +00:00
David A. Mellis 4cf1b4c1bb Fixing keywords.txt so that Find in Reference will work. Removing empty app/language directory. 2008-01-21 16:40:45 +00:00
David A. Mellis bd56d4ff28 Now allowing uploads using a programmer by setting the upload.using preference ("bootloader" for default behavior, or the name of a programmer prefix from the programmers.txt file). 2007-12-20 05:48:00 +00:00
David A. Mellis 0b0d07661e Adding blink without delay example. 2007-12-20 05:46:30 +00:00
David A. Mellis 05717a198c Adding analogReference() function - needs testing on an ATmega8 (but works on the ATmega 168). 2007-12-14 04:21:59 +00:00
David A. Mellis 444c2dee32 Adding map(), fixing radians() and degrees(), adding cast functions (int(x) instead of (int) x), adding interrupts() and noInterrupts(), etc. 2007-11-21 17:08:07 +00:00
David A. Mellis a79e3f10cc Updating reference and readme. 2007-10-12 01:53:58 +00:00
David A. Mellis c78c1efe18 Now have uploading working with the Boards menu. Improved serial port error messages. 2007-10-06 20:26:45 +00:00
David A. Mellis 616d65d32a Merging r327:r331 of the branches/processing-sync into the trunk. This adds the Processing core, and some new features including printing, copy for discourse, better auto-format, improved keyboard shortcuts, etc. 2007-09-25 14:04:01 +00:00
David A. Mellis e3cc10c825 Changing bootloader fuses to enable brown-out detection at 2.7 volts on the atmega168 (high fuse goes from 0xdf to 0xdd). 2007-07-25 23:48:36 +00:00
David A. Mellis b9569c389e Compiled stk500 signature reading avrdude into intel tools; update preferences and project for actual 168 bootloader location. 2007-07-19 00:14:02 +00:00
David A. Mellis d210c3b884 Adding preferences for the 168 bootloaders. 2007-07-18 22:18:17 +00:00
David A. Mellis ca84925df8 Adding debounce example; adding Max/MSP code to the communication examples. 2007-06-20 21:58:14 +00:00
David A. Mellis d706245ea5 Added the Stepper motor library (and reference, and to the readme). 2007-05-17 17:34:48 +00:00
David A. Mellis cf5574707d Updated reference (includes Paul Badger's improvements and EEPROM library). 2007-05-04 21:57:18 +00:00
David A. Mellis 75fcecf417 Changing default microcontroller to atmega168 from atemga8. 2007-05-04 16:27:57 +00:00
David A. Mellis a587bc8a4a Updating examples. 2007-04-23 15:43:12 +00:00
David A. Mellis 46c7885bc6 Adding some missing keywords. 2007-04-20 23:19:08 +00:00
David A. Mellis 4f53ea6303 Updating fetch.sh and reference to include the EEPROM library documentation. 2007-03-04 18:06:00 +00:00
David A. Mellis 794d03264a Added missing keywords (attachInterrupt
detachInterrupt
Serial.flush <-- Serial is highlighted, flush is not
randomSeed
random)
2007-03-03 19:47:59 +00:00
David A. Mellis f723bfbe56 Updating reference and made custom modifications for 0007: no macosx_setup.command, no unzipping of Windows drivers, and pointing to 0007 downloads. 2006-12-25 17:36:23 +00:00
David A. Mellis 18951f0437 Removing avrlib (since it's not used), and switching to non-locking versions of RXTX for the Mac (separate PPC and Intel versions). Also, removed the __MACOSX file from tools-intel.zip. 2006-12-19 15:21:24 +00:00
David A. Mellis 65aa69e2e1 Updated fetch.sh to get the reference homepage for the current Arduino version and updated the reference .zip. 2006-12-02 16:59:51 +00:00
David A. Mellis 514a74849a attachInterrupt() and detachInterrupt(): from Wiring, with changes to automatically enable and disable the relevant interrupt and to specify the trigger. 2006-11-24 17:12:32 +00:00
David A. Mellis b3d300dd35 Adding keywords for shiftOut(), LSBFIRST, MSBFIRST. 2006-11-24 16:57:16 +00:00
David A. Mellis e0dfa25d13 Updated fetch.sh script to download guide. Pointing menu to correct getting started howto for platform. 2006-11-20 18:27:37 +00:00
David A. Mellis 0adf6d2dfa Updated reference and readme. 2006-10-21 20:41:09 +00:00
David A. Mellis 05404c12a3 Adding build.verbose prefence to print compilation command lines. 2006-09-01 10:45:32 +00:00
David A. Mellis 0072df253c Updated reference and fixed Windows dist (examples and run.bat). 2006-08-30 22:15:50 +00:00
David A. Mellis fc1ca8a066 Appled Hans Steiner's patch to search for avr=tools in path on Linux (instead of requiring symlinks to the Arduino tools directory). Added an upload.verbose preference for dumping details of the upload process. 2006-08-27 09:45:28 +00:00
David A. Mellis 27a1bda094 Updating to latest rxtx version. 2006-04-26 17:10:31 +00:00
David A. Mellis 79b062a6cb Updated keywords.txt to include new Serial API keywords and pulseIn. 2006-04-26 17:03:19 +00:00
David A. Mellis 2fe450f74e Updated reference (w/ pulseIn, etc.) 2006-04-26 17:00:22 +00:00
David A. Mellis 53a6afd3f6 Cleaned up examples (new Serial lib, etc) 2006-04-26 16:57:14 +00:00
David A. Mellis 260c5d5ee1 Committing individual examples instead of one .zip 2006-04-26 11:09:43 +00:00
David A. Mellis b0c2c1b4a4 Updated examples to use new serial library. 2006-04-25 13:52:05 +00:00
David A. Mellis 6d8544d613 Updated reference: including FAQ, environment, howto and new serial library API. 2006-04-14 11:55:06 +00:00
David A. Mellis c6704296c1 Added menu item to burn bootloader, associated preferences, and hacked Uploader.java to be more flexible. 2006-03-21 19:17:31 +00:00
David A. Mellis e511d887d4 Updated reference.zip. 2006-03-21 00:13:41 +00:00
David A. Mellis 518812a1e9 Now give error if code is too big for sketch; maximum size determined by upload.maximum_size preference. 2006-03-20 23:14:10 +00:00
David A. Mellis 52820102f5 Updated to new avr tools (from Wiring). Moved run.bat from shared/ to windows/ 2006-02-25 16:18:50 +00:00
David A. Mellis 79af1c56a3 Added howto to reference. 2006-02-12 15:17:32 +00:00
David A. Mellis 08c3e4313d Updated examples to use printNewline() instead of serialWrite(10) and serialWrite(13) and minor other cleanup. 2006-01-15 20:31:40 +00:00
David A. Mellis 505c54461b Added reference zip file and updated script to fetch reference from web. 2006-01-13 00:03:30 +00:00
David A. Mellis b7728ae604 svn merge -r 72:HEAD svn+ssh://mellis@svn.berlios.de/svnroot/repos/arduino/tags/0004 - used Base.java from tags/0004 but changed version back to 0003. 2006-01-12 23:24:12 +00:00
David A. Mellis ac1e2edcc6 Added printNewline() to the syntax highlighting keywords file. 2006-01-05 01:51:14 +00:00
David Cuartielles 5af5eb38ff examples collected from various sources including workshops, forums, and personal websites. Still lacking examples from Tom Igoe and Jeff Grey 2006-01-02 21:41:50 +00:00
David A. Mellis 0a15403d7c Blue! color scheme changed (and hardcoded in source code to ensure consistency with image files). 2005-12-06 11:08:25 +00:00
Massimo Banzi f69597ba53 Modified colour combination to give a distinctive arduino look
icons and colour set contributed by aleph8nought
2005-10-08 14:56:18 +00:00
Massimo Banzi cfb75853ea added new icons 2005-10-08 14:38:27 +00:00