forked from mohr/ArduinoIO
first time setup update
This commit is contained in:
parent
976c15c9b6
commit
80cc6b6098
1
.gitignore
vendored
1
.gitignore
vendored
@ -104,3 +104,4 @@ local.properties
|
|||||||
.scala_dependencies
|
.scala_dependencies
|
||||||
.worksheet
|
.worksheet
|
||||||
/Release/
|
/Release/
|
||||||
|
/sloeber.ino.cpp
|
||||||
|
10
README.md
10
README.md
@ -48,7 +48,15 @@ make clean -j
|
|||||||
|
|
||||||
2. Install the Eclipse Sloeber plugin by going to Help → Eclipse Marketplace and searching for Sloeber V4 and installing it
|
2. Install the Eclipse Sloeber plugin by going to Help → Eclipse Marketplace and searching for Sloeber V4 and installing it
|
||||||
|
|
||||||
3. Create a new Arduino sketch
|
3. First time setup:
|
||||||
|
- Create a new Arduino sketch by going to File → New → Other → Arduino Sketch.
|
||||||
|
|
||||||
|
- Unselect Use Default destination and pick the arduino folder. The name does not really matter, arduino was taken for the example.
|
||||||
|
- The board specific information can changed later so its okay to take any option here and change it later.
|
||||||
|
- Take any example sketch (.cpp or .ino). An example file will be generated and should be deleted manually in the tree view on the left
|
||||||
|
- Eclipse should ask whether it should switch to the Arduino View. Confirm this with yes.
|
||||||
|
|
||||||
|
Now the top menu should have an Arduino section which can be used to install all required libraries and Arduino cores.
|
||||||
|
|
||||||
4. It is recommended to get familiar with the interface provided by the plugin. A majority of functions is provided by top bar elements as shown in the following picture.
|
4. It is recommended to get familiar with the interface provided by the plugin. A majority of functions is provided by top bar elements as shown in the following picture.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user