Arduino
Fra Robin
(Forskjeller mellom versjoner)
Versjonen fra 13. mar 2019 kl. 11:38
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.5.6-r2/arduino &'" >> ~/.bashrc
If you want to run the program in the same terminal session, you need to source the .bashrc file.