David A. Mellis
|
34465d0ac9
|
Removing wiring core since it's not being kept up-to-date.
|
2008-09-10 15:22:59 +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
|
d349f4bd7c
|
Updating todo and readme.
|
2008-07-13 19:27:26 +00:00 |
|
David A. Mellis
|
8693f95a3f
|
Updating todo and readme.
|
2008-05-07 18:30:29 +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
|
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
|
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
|
a79e3f10cc
|
Updating reference and readme.
|
2007-10-12 01:53:58 +00:00 |
|
David A. Mellis
|
0148c904c6
|
Adding LilyPad bootloader and adding LilyPad to board definition file.
|
2007-10-09 22:46:09 +00:00 |
|
David A. Mellis
|
963fde6c90
|
Updating readme.
|
2007-08-06 16:16:19 +00:00 |
|
David A. Mellis
|
1a4dfa9d87
|
Fixing SoftwareSerial bug (call to printByte('0') instead of print('0')).
|
2007-07-16 15:52:01 +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
|
aa697966dc
|
Updating readme with latest changes.
|
2007-05-04 22:05:53 +00:00 |
|
David A. Mellis
|
67ce547deb
|
Updating readme with misc. 0008 fixes.
|
2007-03-04 18:43:01 +00:00 |
|
David A. Mellis
|
221b6348fe
|
Documenting Serial.available() bug fix.
|
2007-01-12 21:28:03 +00:00 |
|
David A. Mellis
|
5a39312e74
|
Updating readme with EEPROM library and library patch.
|
2007-01-12 20:32:48 +00:00 |
|
David A. Mellis
|
af20a36b6f
|
Removed carriage returns from Windows dist.sh and updated readme.txt to mention Linux distribution.
|
2006-12-26 00:07:21 +00:00 |
|
David A. Mellis
|
e5e6639cc9
|
Updating the readme with changes for 0007 and with bullets (*) for old versions.
|
2006-12-25 18:02:30 +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
|
a740bf0588
|
Replaced avr-lib serial with custom code in wiring.c.
|
2006-11-23 16:02:55 +00:00 |
|
David A. Mellis
|
8d6176d0a4
|
Adding Sonar library for controlling Parallax Ultrasonic PING))) sensors.
|
2006-11-21 18:16:03 +00:00 |
|
David A. Mellis
|
6bcf40ea9a
|
Adding binary.h for digital constants like B1010.
|
2006-11-20 17:47:04 +00:00 |
|
David A. Mellis
|
9964122513
|
Now disconnecting the serial lines from pins 0 and 1 until you call Serial.begin(); that way they can be used as normal digital i/o.
|
2006-11-20 17:02:57 +00:00 |
|
David A. Mellis
|
6680b71602
|
Updated readme.
|
2006-10-21 20:42:21 +00:00 |
|
David A. Mellis
|
0adf6d2dfa
|
Updated reference and readme.
|
2006-10-21 20:41:09 +00:00 |
|
David A. Mellis
|
9d13220743
|
Moved serial monitor baud rate from the Tools menu to the EditorStatus bar. No longer appending newline when pressing enter in the serial monitor edit field.
|
2006-10-15 13:48:45 +00:00 |
|
David A. Mellis
|
41d86d5a75
|
Added support for extra analog inputs and pwms on ATmega168.
|
2006-10-15 11:45:26 +00:00 |
|
David A. Mellis
|
a113cb1880
|
Updates for releaes 0005 (a little late, whoops!)
|
2006-10-15 11:37:34 +00:00 |
|
David A. Mellis
|
896194ff77
|
Got uart/usart serial communication working with the atmega168. Added some #define for the appropriate register and interrupt/signal names.
|
2006-08-26 11:35:39 +00:00 |
|
David A. Mellis
|
2f97a4b146
|
Got timer and pwm functions working with the ATmega168 (including pwm on pin 3); no longer relying on timer.c or timer.h from avrlib.
|
2006-08-26 09:56:40 +00:00 |
|
David A. Mellis
|
8b6864f3b8
|
Document random() functions and re-organizing readme.txt.
|
2006-08-13 09:59:31 +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
|
f636b93381
|
Updated readme.
|
2006-04-26 17:56:38 +00:00 |
|
David A. Mellis
|
260c5d5ee1
|
Committing individual examples instead of one .zip
|
2006-04-26 11:09:43 +00:00 |
|
David A. Mellis
|
3ea01968d7
|
Resynced with Processing/Wiring IDE code: improved auto-format, better performance for EditorConsole, etc...
|
2006-03-26 19:12:53 +00:00 |
|
David A. Mellis
|
a0a21caa22
|
Updated readme.txt and changed arduino.berlios.de links to www.arduino.cc
|
2006-03-21 00:19:51 +00:00 |
|
David A. Mellis
|
aa9ed15849
|
Implemented PWM on pin 11; slowed PWM frequency on pins 9 and 10; documented changes in readme.txt.
|
2006-02-25 13:15:23 +00:00 |
|
David A. Mellis
|
d8a7613a70
|
Added instructions for FTDI drivers and macosx_setup.command.
|
2006-02-12 15:58:42 +00:00 |
|
David A. Mellis
|
46db115d8c
|
Grabbing readme.txt with Xcode build, cleaned up menus, organized and updated release notes.
|
2006-01-15 20:53:52 +00:00 |
|
David A. Mellis
|
dc04ccefa1
|
Moved 0004 changes to 0003 entry in readme.txt
|
2006-01-12 23:31:40 +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
|
0a15403d7c
|
Blue! color scheme changed (and hardcoded in source code to ensure consistency with image files).
|
2005-12-06 11:08:25 +00:00 |
|
David A. Mellis
|
bbec45d3df
|
Improved accuracy of delayMicroseconds().
|
2005-12-03 17:03:26 +00:00 |
|
David A. Mellis
|
1178dc4d82
|
Updated build instructions; added Id keyword support to all files.
|
2005-11-29 13:42:50 +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
|
30d04e9894
|
Updated readme for version 0002.
|
2005-10-04 09:28:33 +00:00 |
|