|
1 | 1 | This section contains Detailed instructions on how to configure the Sloeber IDE.
|
2 | 2 | ===
|
3 | 3 |
|
4 |
| -This section assumes you have installed the Arduino Eclipse plugin or product. |
5 |
| - |
6 |
| -**tell which Arduino IDE you use** |
| 4 | +This section assumes you have installed the Arduino Eclipse plugin or product and started it fine. |
| 5 | +In **V3** there configuration is done 100% automatically. |
| 6 | +**In V1 and V2 you need to specify which Arduino IDE you use** |
7 | 7 | 1. Start Eclipse that contains the plugin. c:/eclipse/Eclipse or c:/eclipse/sloeber for the product
|
8 | 8 | 2. Open a workspace of your choice C:/workspace
|
9 | 9 | 3. If needed close the welcome page
|
10 | 10 | 4. open the preferences (windows -> preferences)
|
11 | 11 | 5. in V1 open the section Arduino->Arduino
|
12 | 12 | 6. In V2 open Arduino
|
13 | 13 | 7. Fill it in like below (using the location of the Sloeber IDE c:/sloeber)
|
14 |
| - 8. Add the location of your private libraries. |
| 14 | + 8. Add the location of your private libraries. |
15 | 15 | in V1 this looks like
|
16 |
| -  |
| 16 | +  |
17 | 17 | in V2 this looks like
|
18 | 18 | 
|
19 | 19 | The newer version no longer uses RXTX so there is no longer a "test serial dll" button. If the button is there click it.
|
20 | 20 | V2 does not contain the option "use Arduino IDE tools in Eclipse".
|
21 | 21 | V2.2 fills in mosts fields automatically and adds a "private hardware path" folder.
|
22 | 22 | 9. select OK to save the preferences
|
23 | 23 |
|
24 |
| -**tell cdt you are using ino file** |
| 24 | +**in V1 and V2 you need to tell cdt you are using ino file** |
25 | 25 | ino and pde files are a file extension created by Arduino and as such is not recognized as a C/C++ file.
|
26 | 26 | We need to tell Eclipse to treat ino and pde files as C/C++ file.
|
27 | 27 | To do so goto menu:window->preferences->C/C++->file types
|
|
0 commit comments