Arduino

From Robin

(Difference between revisions)
Jump to: navigation, search
m (Arduino IDE)
(Oppdatert til nyere versjon av arduino)
Line 4: Line 4:
<pre>
<pre>
-
echo "alias arduino='/projects/robin/programs/arduino/arduino-1.5.6-r2/arduino &'" >> ~/.bashrc
+
echo "alias arduino='/projects/robin/programs/arduino/arduino-1.8.10/arduino &'" >> ~/.bashrc
</pre>
</pre>
If you want to run the program in the same terminal session, you need to source the .bashrc file. On Windows computers the software is already installed in Lab 4318. However, if you need it installed somewhere else, contact the engineer at ROBIN.
If you want to run the program in the same terminal session, you need to source the .bashrc file. On Windows computers the software is already installed in Lab 4318. However, if you need it installed somewhere else, contact the engineer at ROBIN.

Revision as of 13:53, 27 November 2019

Arduino IDE

To use the Arduino IDE on an IFI RHEL linux machine, simply paste the following snippet in the terminal:

echo "alias arduino='/projects/robin/programs/arduino/arduino-1.8.10/arduino &'" >> ~/.bashrc

If you want to run the program in the same terminal session, you need to source the .bashrc file. On Windows computers the software is already installed in Lab 4318. However, if you need it installed somewhere else, contact the engineer at ROBIN.

Personal tools
Front page