1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Initial Arduino IDE based on Processing.

This commit is contained in:
David A. Mellis
2005-08-25 21:06:28 +00:00
commit 9fc5aa63f6
373 changed files with 71081 additions and 0 deletions

17
readme.txt Normal file
View File

@ -0,0 +1,17 @@
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