Arduino
Fra Robin
(Forskjeller mellom versjoner)
(Oppdatert til nyere versjon av arduino) |
(→Arduino IDE) |
||
Linje 7: | Linje 7: | ||
</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 27. nov 2019 kl. 14:17
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.