summaryrefslogtreecommitdiffstats
path: root/development/arduino/README
diff options
context:
space:
mode:
author Diogo Leal2010-10-25 04:03:50 +0200
committer Erik Hanson2010-10-25 14:55:09 +0200
commit103c7251b48333d58c3fb08d22c508c9c12acdd4 (patch)
tree4b2996e5ce34f63185f056ddf6d6951314891819 /development/arduino/README
parent26069d65664d1c94e24dec86abbea93cf640e86e (diff)
downloadslackbuilds-103c7251b48333d58c3fb08d22c508c9c12acdd4.tar.gz
development/arduino: Added (IDE)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'development/arduino/README')
-rw-r--r--development/arduino/README19
1 files changed, 19 insertions, 0 deletions
diff --git a/development/arduino/README b/development/arduino/README
new file mode 100644
index 0000000000..61d402215d
--- /dev/null
+++ b/development/arduino/README
@@ -0,0 +1,19 @@
+Arduino is an open-source electronics prototyping platform based on
+flexible, easy-to-use hardware and software. It's intended for artists,
+designers, hobbyists, and anyone interested in creating interactive
+objects or environments.
+
+Arduino can sense the environment by receiving input from a variety of
+sensors and can affect its surroundings by controlling lights, motors,
+and other actuators. The microcontroller on the board is programmed
+using the Arduino programming language (based on Wiring) and the Arduino
+development environment (based on Processing). Arduino projects can be
+stand-alone or they can communicate with software on running on a
+computer (e.g. Flash, Processing, MaxMSP).
+
+The open-source Arduino environment makes it easy to write code and
+upload it to the i/o board. It runs on Windows, Mac OS X, and Linux. The
+environment is written in Java and based on Processing, avr-gcc, and
+other open source software.
+
+