diff --git a/README.md b/README.md index 15e5f66..037fa7d 100644 --- a/README.md +++ b/README.md @@ -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.