Arduino

Fra Robin

(Forskjeller mellom versjoner)
Gå til: navigasjon, søk
(Arduino IDE)
(Arduino IDE)
Linje 4: Linje 4:
<pre>
<pre>
-
echo "alias arduino='/projects/robin/programs/arduino/arduino-1.8.10/arduino &'" >> ~/.bashrc
+
echo "alias arduino='/projects/robin/programs/arduino/arduino-1.8.10/arduino > /dev/null 2>&1 &'" >> ~/.bashrc
</pre>
</pre>
If you want to run the program in the same terminal session, you need to source the .bashrc file.
If you want to run the program in the same terminal session, you need to source the .bashrc file.

Versjonen fra 28. nov 2019 kl. 07:47

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 > /dev/null 2>&1 &'" >> ~/.bashrc

If you want to run the program in the same terminal session, you need to source the .bashrc file.

Personlige verktøy