Arduino

From Robin

(Difference between revisions)
Jump to: navigation, search
(Arduino IDE)
 
(7 intermediate revisions not shown)
Line 1: Line 1:
 +
The Arduino IDE is installed on all of IFIs RHEL8 linux machines.
-
== Arduino IDE ==
+
Open by searching for arduino in applications or enter <code>arduino</code> in the commandline.
-
To use the Arduino IDE on an IFI RHEL linux machine, simply paste the following snippet in the terminal: 
+
-
 
+
-
<pre>
+
-
echo "alias arduino='/projects/robin/programs/arduino/arduino-1.8.10/arduino &'" >> ~/.bashrc
+
-
</pre>
+
-
 
+
-
If you want to run the program in the same terminal session, you need to source the .bashrc file.
+

Current revision as of 10:00, 18 November 2021

The Arduino IDE is installed on all of IFIs RHEL8 linux machines.

Open by searching for arduino in applications or enter arduino in the commandline.

Front page