Skip to content

Commit 634ae5e

Browse files
committed
Page for product
1 parent c78a0c3 commit 634ae5e

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2+
<html>
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
5+
<title>Welcome to the Eclipse Arduino IDE</title>
6+
<link href="../MyStyle.css" rel="Stylesheet" type="text/css">
7+
</head>
8+
9+
<body>
10+
<div id="header">
11+
<a href="http://www.eclipse.org/"><img src="http://download.eclipse.org/eclipse/eclipse.org-common/stylesheets/header_logo.gif" width="163" height="68" border="0" alt="Eclipse Logo" class="logo" /></a>
12+
</div>
13+
<br>
14+
<div id="midcolumn">
15+
<div class="boxed">
16+
<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>
46+
47+
</div>
48+
49+
50+
</body>
51+
</html>

0 commit comments

Comments
 (0)