readme continued

This commit is contained in:
Robin Müller 2020-10-13 12:57:46 +02:00
parent 3b8c1a5fba
commit 1e8a64c7bf
1 changed files with 6 additions and 1 deletions

View File

@ -46,9 +46,14 @@ make clean -j
1. Install [Eclipse for C/C++ developers](https://www.eclipse.org/downloads/packages/installer)
2. Install the Eclipse Sloeber plugin by going to Help → Eclipse Marketplace and searching for Sloeber V4
2. Install the Eclipse Sloeber plugin by going to Help → Eclipse Marketplace and searching for Sloeber V4 and installing it
3. Set up the plugin for the used board and install all required libraries.
4. Create a new Arduino sketch
### Build and flash instructions
1. An Arduino like bar can be seen at the top, which can be used to compile the software and flash it to the board. The check symbol is used to compile while the right arrow symbol is used to flash the software. There are also symbols to open the serial monitor or the serial plot.
2. The serial monitor can be opened in the Serial monitor view tab at the bottom or with the icons at the top bar. Take care to pick the correct USB port and baud rate.