trying nested indentation

This commit is contained in:
Robin Müller 2020-10-13 13:29:31 +02:00
parent 0571eb9c89
commit a343c9728b
1 changed files with 6 additions and 3 deletions

View File

@ -56,9 +56,12 @@ make clean -j
5. The Sloeber plugin build mangement system will parse the arduino folder and all contained subfolders for source files. If you want to exclude source files from the build (for example, to exclude the arduino\_core, Sloeber will take care to include the core files via its integrated board manager!), right click on that folder in the tree view on the left, go to Resource Configureation and configure Exclude from Build.
6. Set up the plugin for the used board and install all required libraries. First, install all required board libraries by going to Arduino → Preferences and using the options Library Manager and Platform and Boards.
It is necessary to install the `arduino-timer` library by searching for timer in the Library Manager. It
is recommended to install the Arduino AVR Boards and the Arduino megaAVR Boards in the Platforms and Boards manager. It is also necessary to go to Arduino → Preferences → Add a library to the selected project and then adding the `arduino-timer` and `SPI` library there.
6. Set up the plugin for the used board and install all required libraries.
- Install all required board libraries by going to Arduino → Preferences and using the options Library Manager and Platform and Boards.
- It is necessary to install the `arduino-timer` library by searching for timer in the Library Manager.
- It is recommended to install the Arduino AVR Boards and the Arduino megaAVR Boards in the Platforms and Boards manager.
- It is also necessary to go to Arduino → Preferences → Add a library to the selected project and then adding the `arduino-timer` and `SPI` library there.
### Build and flash instructions