summaryrefslogtreecommitdiffstats
path: root/development/arduino/README
diff options
context:
space:
mode:
author Mario Preksavec <mario@slackware.hr>2015-07-26 03:19:17 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-08-01 07:53:33 +0700
commit35879f0162a3e3ef08b8f3df1859d7e530497e6e (patch)
treeca86de58209ac9a496961b49ef41f583dc339827 /development/arduino/README
parentefad32028dd23e8fce763c218993ab6df8eed3fb (diff)
downloadslackbuilds-35879f0162a3e3ef08b8f3df1859d7e530497e6e.tar.gz
slackbuilds-35879f0162a3e3ef08b8f3df1859d7e530497e6e.tar.xz
development/arduino: Updated for version 1.6.5.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Diffstat (limited to 'development/arduino/README')
-rw-r--r--development/arduino/README21
1 files changed, 5 insertions, 16 deletions
diff --git a/development/arduino/README b/development/arduino/README
index 251f169b2d..42e0e0921a 100644
--- a/development/arduino/README
+++ b/development/arduino/README
@@ -1,17 +1,6 @@
-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.
+The open-source Arduino Software (IDE) makes it easy to write code and upload
+it to the board. It runs on Windows, Mac OS X, and Linux. The environment
+is written in Java and based on Processing and other open-source software.
+This software can be used with any Arduino board.
-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.
+NOTE: This script repackages binary release provided by the upstream.