Commit Graph

86 Commits

Author SHA1 Message Date
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 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 950789ab74 Adding micros() function. 2008-11-26 14:14:59 +00:00
David A. Mellis 72980ac107 Adding a Melody example for playing really annoying music with a piezo. 2008-11-11 14:17:34 +00:00
David A. Mellis 4bafc461c5 Including new bits and bytes api in the keywords file. 2008-11-08 21:58:57 +00:00
David A. Mellis 68392f471c Updating Memsic2125 example. 2008-11-08 21:58:24 +00:00
David A. Mellis 542a64fac1 Updating Ping example (to print distance rather than blink an LED). 2008-11-03 20:18:37 +00:00
David A. Mellis f856428cb1 Adding a calibration example and moving knock into the sensors folder. 2008-11-01 18:03:07 +00:00
David A. Mellis c00bd47bef Adding examples for Ping ultrasound distance sensor and Memsic 2125 accelerometer from Parallax. 2008-10-26 12:37:47 +00:00
David A. Mellis f2ab9c6ec9 Updated reference to include new libraries. 2008-09-07 11:54:26 +00:00
David A. Mellis 278872728a Adding ADXL3xx accelerometer example; minor comment changes. 2008-07-02 19:06:27 +00:00
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