diff options
author | kliment <kliment.yanev@gmail.com> | 2012-03-04 08:50:33 -0800 |
---|---|---|
committer | kliment <kliment.yanev@gmail.com> | 2012-03-04 08:50:33 -0800 |
commit | 0a47e2d0b6493eeba856d9c71bafc9f97abd3ec3 (patch) | |
tree | 5e29245fa12631e165a2d80129a930d78fede8d6 /README | |
parent | 0ed514e153a7fe6fa6d9810e7373798ac4088dff (diff) | |
parent | 8465acbfb8946d1f02de7aae8e1b29ecd0ae5867 (diff) |
Merge pull request #147 from changwoo/arduino-1.0-compatibility
Arduino 1.0 compatibility for experimental
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -40,8 +40,8 @@ Software installation 1. Install the required packages (gcc-avr, avr-libc, etc.)
sudo apt-get install arduino-core
-2. Get the arduino software version 0018 (0023 works for RAMPS), uncompress it in a directory
-Arduino software v1 DOES NOT work with Sprinter yet!
+2. Get the arduino software version 0018 (0023 works for RAMPS), uncompress it in a directory.
+Arduino software v1 has not been tested much, but is known to work with some boards.
http://www.arduino.cc/en/Main/Software
3. Get the sanguino software, version 0018
|