David A. Mellis
673e2513b8
Upping version to 0015 and going back to use of core.a in build process.
2009-03-12 16:13:35 +00:00
David A. Mellis
d2da6bd0fe
Clarifying ATmega328 vs. ATmega168 in boards.txt (Boards menu). Modified todo and readme.
2009-03-07 10:06:53 +00:00
David A. Mellis
7a19b6f335
Updating version in todo.txt to 0014.
2009-03-03 10:44:05 +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
473cf103b8
Updating todo
2009-01-07 22:52:20 +00:00
David A. Mellis
f7ecfb9cb7
Updating todo.
2009-01-07 21:41:54 +00:00
David A. Mellis
a4b52f20b5
Originating each outgoing network connection from a different source port (in the Client class of the Ethernet library).
...
Updating readme and todo.
2009-01-07 21:16:45 +00:00
David A. Mellis
19c191e002
Adding "Duemilanove" to the name of the Diecimila boards entry.
...
Adding commented out ATmega328 boards entry.
Updating todo and readme.
2008-12-23 00:21:03 +00:00
David A. Mellis
5800ace0b5
Adding word datatype and cast/construction macros, bitRead(), bitWrite(), bitSet(), bitClear(), bit().
2008-10-25 12:52:07 +00:00
David A. Mellis
70a5e05482
Updating readme and todo for previous changes.
2008-10-13 15:15:24 +00:00
David A. Mellis
2ba54d2cbf
Little fixes:
...
- changing random(max) to use stdlib.h random()
- not generating .eep files to avoid warning when EEMEM isn't used
- removing cast macros (since they are automatically defined in C++)
- writing a digital LOW for PWM value of 0 on pins 5 or 6
2008-10-13 15:03:20 +00:00
David A. Mellis
30dc672dff
* Updating version number to 0013.
...
* Updating ATmega168 bootloader to work with standard distributions of avrdude
(responding to signature requests made with the universal SPI command) and
correctly store EEPROM data. Thanks to ladyada.
* Changing compilation process to generate .eep file and allow for use of
EEMEM directive (although not yet uploading EEPROM data).
2008-10-11 19:27:10 +00:00
David A. Mellis
d94980db56
Updating todo and readme.
2008-09-18 09:36:46 +00:00
David A. Mellis
ab9e945cb3
Commented LCD examples.
2008-09-07 12:21:07 +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
44d4a4ff8a
Moving Servo min and max parameters to the attach() function from the constructor.
2008-08-21 23:48:38 +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
c85f5ba754
Updating todo.
2008-07-28 17:02:31 +00:00
David A. Mellis
d349f4bd7c
Updating todo and readme.
2008-07-13 19:27:26 +00:00
David A. Mellis
be66f329b3
Minor changes.
2008-07-02 19:23:20 +00:00
David A. Mellis
278872728a
Adding ADXL3xx accelerometer example; minor comment changes.
2008-07-02 19:06:27 +00:00
David A. Mellis
0bdc02cea5
Wire library patch to provide better error handling.
2008-06-21 23:16:27 +00:00
David A. Mellis
8f1f736e36
Adding Servo library (ServoTimer1 from the playground) by Jim Studt.
2008-05-07 19:53:52 +00:00
David A. Mellis
8693f95a3f
Updating todo and readme.
2008-05-07 18:30:29 +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
David A. Mellis
ec426f2073
Updates to the readme and todo list.
2008-03-28 21:53:27 +00:00
David A. Mellis
ff9bb8dd14
Adding to the todo list and readme; fixing a bit of indentation.
2008-03-08 22:05:23 +00:00
David A. Mellis
a50a2d888f
Added timeout (in microseconds) parameter to pulseIn(). Defaults to 1000000 (1 second).
2008-03-08 21:30:00 +00:00
David A. Mellis
f4acc7d176
Updating to the latest versions of the Mac FTDI drivers.
2008-03-08 17:05:12 +00:00
David A. Mellis
7ffb4cd25d
Cleaning up Mac build, adding Serial.println(unsigned int), adding #include <Sprite.h> to hello_matrix example.
2008-02-23 21:52:53 +00:00
David A. Mellis
249f16678e
Improving the preprocessor and parallel programmer.
2008-02-20 02:27:23 +00:00
David A. Mellis
f7ea3cbeb1
Improving detection of functions that need to be prototyped; no longer moving #include's to the top of the sketch. Actually putting todo items in todo.txt.
2008-02-16 19:34:26 +00:00
David A. Mellis
3c43daaca8
Applying some Mac build / project patches by Wim Lewis. Simplifying Compiler.java. Removing the preprocessor since it's not actually used for anything. Bumping the version number to 0011.
2008-01-19 16:37:19 +00:00
David A. Mellis
cc88e29e1e
Updating version number and including math.h.
2007-09-23 16:06:28 +00:00
David A. Mellis
5360fa729d
Initial version of the avrdude uploader (only supports uploading, not burning the bootloader).
2007-06-21 23:00:31 +00:00
David A. Mellis
0d471e33cc
Updating version numbers to 0008.
2006-12-27 21:35:19 +00:00
David A. Mellis
22971709e4
Upping version to 0007.
2006-11-20 16:56:53 +00:00
David A. Mellis
20cd09bc4c
Updating version to 0006.
2006-10-15 11:38:16 +00:00
David A. Mellis
4ba8ffb6ee
Optimized size of core, fixed some warnings in libraries.
2006-07-09 12:39:27 +00:00
David A. Mellis
064ac44d8c
Upped version number to 0004.
2006-02-12 18:09:41 +00:00
David A. Mellis
3925f02799
Fixed revision number (0003 instead of 0004).
2006-01-15 20:57:24 +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
30999fdcfd
Reversed order of analog input pins. Added printNewline().
2005-11-28 13:31:08 +00:00
David A. Mellis
98b5f8759a
Removed #include <BConstants.h>, updated version number, copy RXTX native lib into Mac distribution.
2005-09-09 23:42:35 +00:00
David A. Mellis
6417eff01b
Removed CVS directories.
2005-08-26 01:37:45 +00:00
David A. Mellis
91b64b7f1a
Fixed up make.sh and dist.sh; removed some CVS junk.
2005-08-26 01:19:18 +00:00
David A. Mellis
9fc5aa63f6
Initial Arduino IDE based on Processing.
2005-08-25 21:06:28 +00:00