Go to file
David A. Mellis 11aca24b1f Renamed delayMicro() to delayMicroseconds() 2005-09-27 14:39:03 +00:00
app Reworked build system: makefiles replaced with in-program logic; core replaced with targets; preproc/ replaced with Wiring's; now prepend "#include "WProgram.h" instead of wiringlite.inc; new entries in preferences.txt; bundled Wiring libs. 2005-09-25 14:11:32 +00:00
bootloader Deleting old program.command in bootloader/ dir. 2005-09-24 17:49:38 +00:00
build Reworked build system: makefiles replaced with in-program logic; core replaced with targets; preproc/ replaced with Wiring's; now prepend "#include "WProgram.h" instead of wiringlite.inc; new entries in preferences.txt; bundled Wiring libs. 2005-09-25 14:11:32 +00:00
lib Initial Arduino IDE based on Processing. 2005-08-25 21:06:28 +00:00
targets Renamed delayMicro() to delayMicroseconds() 2005-09-27 14:39:03 +00:00
license.txt Initial Arduino IDE based on Processing. 2005-08-25 21:06:28 +00:00
readme.txt Initial Arduino IDE based on Processing. 2005-08-25 21:06:28 +00:00
todo.txt Removed #include <BConstants.h>, updated version number, copy RXTX native lib into Mac distribution. 2005-09-09 23:42:35 +00:00

readme.txt

Arduino is an open-source Physical Computing platform based on a simple i/o board and a development environment that implements the Processing/Wiring language.

Arduino is an open source project, owned by nobody and supported by many.

The Team is composed of Massimo Banzi, David Cuartielles, Tom Igoe, David Mellis and Nicholas Zambetti

Gianluca Martino works with us on many projects providing help, ideas and taking care of the production.

Yaniv Steiner and Giorgio Olivero have been supporting the project and are working at using it with the Instant Soup platform.

2005.08.25 
This is the first released of the unified IDE + language library
it's a terrible hack... but it works. at the moment it's in alpha stage
but it can be used to work.
The processing preprocessor is included but not used.

mbanzi