diff --git a/README.md b/README.md index 3591c5e0d6ef56a729a8b17801516945ba7fbb5a..a7bba8bd3fb81a799ef2d40798b8007a8341ffa2 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,11 @@ To install the Arduino Core, add the following URL to `Additional Boards Manager https://raw.githubusercontent.com/qbolsee/ArduinoCore-fab-sam/master/json/package_Fab_SAM_index.json ``` +For Arduino IDE (Arduino v2), this is in the settings page. + +<img src=img/arduino-ide.jpg width=50%> + + You can then install the package by opening up the Boards Manager: <img src=img/board_manager.png width=50%> diff --git a/img/arduino-ide.jpg b/img/arduino-ide.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9824273373e39daffcee43292356a6eb193f28a3 Binary files /dev/null and b/img/arduino-ide.jpg differ