some more info

This commit is contained in:
Robin Müller 2020-10-13 20:44:05 +02:00
parent 80cc6b6098
commit 162cb8d90d
1 changed files with 2 additions and 2 deletions

View File

@ -51,12 +51,12 @@ make clean -j
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.
- Unselect Use Default destination and pick the arduino folder inside eive\_obsw. 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.
Now the top menu should have an Arduino section which can be used to install all required libraries and Arduino cores. The project properties can be accessed in the tree view on the left by right clicking on the arduino folder and selecting properties
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.