Commit Graph

214 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 4c0ce78357 Moving selection of Linux look-and-feel (GTK) from Base.java to arduino.sh, so that it can be changed more easily by a user. (In particular, the GTK theme is apparently broken on KDE.) 2009-05-30 09:45:13 +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 fa3e49a126 Updating Windows avr tools to WinAVR 20081205 w/ avr-gcc 4.3.2, etc. 2009-03-12 11:03:42 +00:00
David A. Mellis efc082b734 Changing project root in Mac OS X Xcode project to ../.. (that is, trunk/), so that the SCM tools in Xcode will work properly. 2009-03-03 10:46:23 +00:00
David A. Mellis 485e0f93b8 Updating to AVR MacPack 20081213. Includes avr-gcc 4.3.2 which should fix problem with functions called from interrupts. 2009-02-21 13:10:06 +00:00
David A. Mellis 7737684ad6 adding ATmega328p to avrdude.conf on Linux 2009-02-07 14:09:27 +00:00
David A. Mellis d2e90a9be6 Adding ATmega328 to avrdude.conf on windows 2009-01-07 22:46:49 +00:00
David A. Mellis 32b1245ee9 Updating build howto instructions for linux. 2008-12-22 23:13:38 +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 4103fcdddb Removing crap __MACOSX file from the tools zip. 2008-11-11 14:10:48 +00:00
David A. Mellis d7cf2b4fdc Updating avrdude.conf to include the ATmega328 (as defined by ladyada). 2008-11-11 13:56:08 +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 30245a7030 arduino.exe was recompiled 2008-09-18 10:44:38 +00:00
David A. Mellis 009a45a534 Upgrading windows avr-gcc, etc. (but not avrdude) 2008-09-18 10:10:30 +00:00
David A. Mellis f2ab9c6ec9 Updated reference to include new libraries. 2008-09-07 11:54:26 +00:00
David A. Mellis c8aff1e34f Doc changes. 2008-08-23 17:24:08 +00:00
David A. Mellis 7630c3a887 Adding Nano and Pro (8 MHz) to boards.txt file; updating Makefile for atmega168 bootloader based on Nathan's changes to allow for customizing of more parameters per-board; including Pro 8 MHz .hex compiled bootloader file; not updating the Diecimila or NG .hex files. 2008-08-16 01:56:41 +00:00
David A. Mellis 590a8251ab Upgrading to AVR MacPack 20080514, hacked to replace /usr/local/AVRMacPack-20080514 with `dirname $0`/.. for everything in bin/. avr-gcc 4 selected. 2008-07-12 16:59:48 +00:00
David A. Mellis 278872728a Adding ADXL3xx accelerometer example; minor comment changes. 2008-07-02 19:06:27 +00:00
David A. Mellis ac06b319b0 Adding LiquidCrystal library. 2008-04-19 03:31:36 +00:00
David A. Mellis 7d2a6a115f Fixing millis() overflow: changing millis() and the timer 0 overflow handler so that the millis count is updated in the interrupt, and so we don't need to do a conversion inside millis(). Updated to do list. 2008-04-18 21:56:14 +00:00
David A. Mellis ab644804ac Factored out print() and println() from HardwareSerial to a base class for sharing with other things (e.g. LiquidCrystal library), eliminating #include's of avr/signal.h (deprecated). Upping version number and modifying to do list. 2008-04-18 18:39:02 +00:00
Hans-Christoph Steiner 154809dcee Since Windows and GNU/Linux use a script called 'dist.sh' to make the
package, it makes it easy to script the nightly auto-builds if Mac OS X has
a script called 'dist.sh' also.
2008-04-06 04:53:08 +00:00
Hans-Christoph Steiner 28f88a6b5c fixed script to create the .tgz and upload it 2008-04-06 04:34:45 +00:00
Hans-Christoph Steiner 057fbfe5b8 first stab at scripts to actually run the build 2008-04-06 04:08:54 +00:00
Hans-Christoph Steiner a0918ef02d first stab at scripts to set up the rsync repository for auto-builds 2008-04-05 22:58:55 +00:00
David A. Mellis f6e012eb32 Removing references to antlr preprocessor from the make.sh script, since we're not using it. 2008-03-28 21:55:57 +00:00
David A. Mellis ec426f2073 Updates to the readme and todo list. 2008-03-28 21:53:27 +00:00
David A. Mellis e4f147ad42 Removing non-FTDI drivers because they were confusing people. Will upload to the website somewhere. 2008-03-28 21:52:39 +00:00
David A. Mellis 85c8235947 Removing antlr stuff (some of it at least), since we're not using it (we weren't before either, but it was still being linked in). 2008-03-15 18:33:59 +00:00