You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<b>Warning:</b> In contrast to the arduino IDE clicking the upload button does not trigger a build.
17
+
</div>
18
+
19
+
<h1>What to do to get started quickly</h1>
20
+
<h2>Following things are needed to get started.</h2>
21
+
<ul>
22
+
<li>configure the plugin.</li>
23
+
<li>Set to the perspective to arduino (C/C++ is fine to).</li>
24
+
<li>Close this welcome screen.</li>
25
+
</ul>
26
+
<h2>Following things are strongly advised to do when getting started.</h2>
27
+
<ul>
28
+
<li>Set the save before build option.</li>
29
+
<li>add ino as a c/c++ type.</li>
30
+
</ul>
31
+
<h1>Good to know.</h1>
32
+
<ul>
33
+
<li>The serial monitor is in a tab in the bottom.</li>
34
+
<li>So is the scope.</li>
35
+
<li>The bottom part of the Arduino IDE showing build and upload feedback is called monitor and is in the bottom of the screen.</li>
36
+
<li>On the left you see the project explorer. This contains all the projects. Each project corresponds with a sketch.</li>
37
+
<li>There are multiple monitors in Eclipse world. If you see nothing in the monitor make sure you have the correct monitor view (buttons left top of monitor)</li>
38
+
</ul>
39
+
<h2>other things that may interest you</h2>
40
+
<a href="http://www.eclipse.baeyens.it/donate.html" >This is all hard work by volunteers. <b>Please show your appreciation.</b></a><br>
41
+
<a href="http://www.eclipse.baeyens.it/Install.html" ><b>Installation instructions</b> can be found here</a><br>
42
+
<a href="http://www.eclipse.baeyens.it/Arduino%20eclipse%20plugin%20FAQ.html" >A <b>FAQ</b> can be found here</a>.<br>
43
+
<a href="http://www.eclipse.baeyens.it/IDECompatibility.html" >Instructions on Arduino <b>IDE compatibility</b> are here</a>. <br>
44
+
<a href="http://www.eclipse.baeyens.it/UsethePlugin.html" >Read here <b>how to</b> use the plugin</a><br>
45
+
<a href="http://www.eclipse.baeyens.it/serial_demo.wmv" >Watch a <b>video</b> demonstrating creating a project uploading it and the serial monitor.</a>
0 commit comments