diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 17:45:34 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:38:42 +0700 |
commit | e07ff99a6c2018f3fc811c90a321f6d6d0440324 (patch) | |
tree | 7efcab1e2d4a3fb4c51604f736bb862a21b9ad3c /development/Arduino | |
parent | 3ce94c6fa500b6a18015ef9da35173ff6d7e8c91 (diff) | |
download | slackbuilds-e07ff99a6c2018f3fc811c90a321f6d6d0440324.tar.gz |
development/Arduino: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/Arduino')
-rw-r--r-- | development/Arduino/README | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/development/Arduino/README b/development/Arduino/README index 8127f6239d..d9875985b8 100644 --- a/development/Arduino/README +++ b/development/Arduino/README @@ -1,7 +1,9 @@ -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. +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. -NOTE: This script compiles everything from source. Compared to the binary -version, it will take longer and require almost 1GB of free space. +NOTE: This script compiles everything from source. Compared to the +binary version, it will take longer and require almost 1GB of free +space. |