8000 Merge pull request #1619 from arduino/jacobhylen/hero-core · SaviourMadeit/docs-content@007093b · GitHub
[go: up one dir, main page]

Skip to content

Commit 007093b

Browse files
authored
Merge pull request arduino#1619 from arduino/jacobhylen/hero-core
[MKC-1373]Hero Core --> Board Package
2 parents 4a00934 + 10f9fc9 commit 007093b

File tree

21 files changed

+39
-39
lines changed

21 files changed

+39
-39
lines changed

content/hardware/02.hero/boards/uno-r4-minima/tutorials/adc-resolution/adc-resolution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The goals of this tutorials are:
1919

2020
- Arduino IDE ([online](https://create.arduino.cc/) or [offline](https://www.arduino.cc/en/main/software))
2121
- [Arduino R4 Minima](https://store.arduino.cc/uno-r4-minima)
22-
- [Arduino Renesas Core](https://github.com/arduino/ArduinoCore-renesas)
22+
- [UNO R4 Board Package](/tutorials/uno-r4-minima/minima-getting-started)
2323

2424
## Analog-to-Digital Converter (ADC)
2525

content/hardware/02.hero/boards/uno-r4-minima/tutorials/can/can.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The goals of this tutorial are:
2121

2222
- Arduino IDE ([online](https://create.arduino.cc/) or [offline](https://www.arduino.cc/en/main/software))
2323
- [Arduino R4 Minima](https://store.arduino.cc/uno-r4-minima)
24-
- [Arduino Renesas Core](https://github.com/arduino/ArduinoCore-renesas)
24+
- [UNO R4 Board Package](/tutorials/uno-r4-minima/minima-getting-started)
2525
- CAN transceiver module *
2626
- Jumper wires
2727

@@ -57,9 +57,9 @@ Then, between the CAN transceivers, connect the following:
5757

5858
## Code Examples
5959

60-
The following code examples needs to be uploaded to each of the UNO R4 Minima boards, one will send a message, one will receive it. These examples are available in the Renesas core, and using the Arduino IDE, you can access them by navigating to **File > Examples > Arduino_CAN > CANWrite/CANRead**
60+
The following code examples needs to be uploaded to each of the UNO R4 Minima boards, one will send a message, one will receive it. These examples are available in the UNO R4 Board Package, and using the Arduino IDE, you can access them by navigating to **File > Examples > Arduino_CAN > CANWrite/CANRead**
6161

62-
The library used is built in to the core, so no need to install the library if you have the core installed.
62+
The library used is built in to the Board Package, so no need to install the library if you have the Board Package installed.
6363

6464
To initialize the library, use `CAN.begin(CanBitRate::BR_250k)`, where a CAN bit rate is specified. Choose between:
6565
- BR_125k (125000)

content/hardware/02.hero/boards/uno-r4-minima/tutorials/cheat-sheet/cheat-sheet.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ If you’re using the USB-C® connector you must power it with 5 V.
4444
When powered via USB, you are bypassing the onboard voltage regulator completely. In this case, the 5 V pin can provide up to 2 A without damaging the board.
4545

4646

47-
## Core
47+
## Board Package
4848

49-
The UNO R4 Minima is based on the [Arduino Core for Renesas devices](https://github.com/arduino/ArduinoCore-renesas).
49+
The UNO R4 Minima is based on the [UNO R4 Board Package](/tutorials/uno-r4-minima/minima-getting-started).
5050

5151
## Installation
5252

@@ -60,7 +60,7 @@ Read more in the [Getting Started with the UNO R4 Minima](/tutorials/uno-r4-mini
6060

6161
### Arduino Web Editor
6262

63-
The Web Editor is an online IDE that includes all official boards, no need for installing the core/package. You will need the Create Plugin installed on your computer to use the Web Editor.
63+
The Web Editor is an online IDE that includes all official boards, no need for installing the Board Package. You will need the Create Plugin installed on your computer to use the Web Editor.
6464

6565
Read more in the [Getting Started with the Web Editor](https://docs.arduino.cc/arduino-cloud/getting-started/getting-started-web-editor) guide.
6666

content/hardware/02.hero/boards/uno-r4-minima/tutorials/debugger/debugger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The goals of this tutorial are:
3232

3333
- [Arduino IDE](https://www.arduino.cc/en/main/software)
3434
- [Arduino R4 Minima](https://store.arduino.cc/uno-r4-minima)
35-
- [Arduino Renesas Core](https://github.com/arduino/ArduinoCore-renesas)
35+
- [UNO R4 Board Package](/tutorials/uno-r4-minima/minima-getting-started)
3636
- [Segger J-Link](https://www.segger.com/products/debug-probes/j-link/)
3737
- [Ozone](https://www.segger.com/products/development-tools/ozone-j-link-debugger/)
3838

content/hardware/02.hero/boards/uno-r4-minima/tutorials/eeprom/eeprom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The goals of this tutorials are:
2020
- Arduino IDE ([online](https://create.arduino.cc/) or [offline](https://www.arduino.cc/en/main/software))
2121
- USB-C cable
2222
- [Arduino R4 Minima](/hardware/uno-r4-minima)
23-
- [Arduino Renesas Core](https://github.com/arduino/ArduinoCore-renesas)
23+
- [UNO R4 Board Package](/tutorials/uno-r4-minima/minima-getting-started)
2424

2525
## EEPROM
2626

content/hardware/02.hero/boards/uno-r4-minima/tutorials/minima-getting-started/minima-getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: Hannes Siebeneicher
55
tags: [UNO R4 Minima, Installation, IDE]
66
---
77

8-
To use the [Arduino UNO R4 Minima](/hardware/uno-r4-minima) board, you will need to install the UNO R4 Minima board package, which is part of the [Arduino Core for Renesas devices](https://github.com/arduino/ArduinoCore-renesas).
8+
To use the [Arduino UNO R4 Minima](/hardware/uno-r4-minima) board, you will need to install the UNO R4 Minima Board Package.
99

1010
To install it, you will need a version of the Arduino IDE, which you can download from the [Arduino Software page](https://www.arduino.cc/en/software). In this guide, we will use the latest version of the IDE 2.
1111

content/hardware/02.hero/boards/uno-r4-minima/tutorials/rtc/rtc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ The goals of this project are:
2121

2222
- Arduino IDE ([online](https://create.arduino.cc/) or [offline](https://www.arduino.cc/en/main/software))
2323
- [Arduino R4 Minima](https://store.arduino.cc/uno-r4-minima)
24-
- [Arduino Renesas Core](https://github.com/arduino/ArduinoCore-renesas)
24+
- [UNO R4 Board Package](/tutorials/uno-r4-minima/minima-getting-started)
2525

2626
## Real-Time Clock (RTC)
2727

28-
The RTC on the UNO R4 Minima can be accessed using the [RTC](https://github.com/arduino/ArduinoCore-renesas/tree/main/libraries/RTC) library that is included in the [Renesas](https://github.com/arduino/ArduinoCore-renesas) core. This library allows you to set/get the time as well as using alarms to trigger interrupts.
28+
The RTC on the UNO R4 Minima can be accessed using the [RTC](https://github.com/arduino/ArduinoCore-renesas/tree/main/libraries/RTC) library that is included in the [UNO R4 Board Package](/tutorials/uno-r4-minima/minima-getting-started). This library allows you to set/get the time as well as using alarms to trigger interrupts.
2929

3030
There are many practical examples using an RTC, and the examples provided in this page will help you get started with it.
3131

content/hardware/02.hero/boards/uno-r4-minima/tutorials/usb-hid/usb-hid.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ The goals of this tutorials are:
2424

2525
- Arduino IDE ([online](https://create.arduino.cc/) or [offline](https://www.arduino.cc/en/main/software))
2626
- [Arduino R4 Minima](https://store.arduino.cc/uno-r4-minima)
27-
- [Arduino Renesas Core](https://github.com/arduino/ArduinoCore-renesas)
27+
- [UNO R4 Board Package](/tutorials/uno-r4-minima/minima-getting-started)
2828

2929
## Human Interface Device (HID)
3030

3131
Human interface devices (HID) are devices designed for humans (keyboards, mice, game controllers etc.), that frequently sends data over USB to a computer. When you press a key on a keyboard, you send data to a computer, which reads it and in turn activates the corresponding key.
3232

3333
The UNO R4 Minima has built-in support for HID, a feature found on most modern day development boards, but not on previous UNO revisions.
3434

35-
To turn your board into an HID, you can use the **keyboard/mouse** API that is built in to the core. You can visit the documentation for this API in the language reference at:
35+
To turn your board into an HID, you can use the **keyboard/mouse** API that is built in to the Board Package. You can visit the documentation for this API in the language reference at:
3636
- [Keyboard](https://www.arduino.cc/reference/en/language/functions/usb/keyboard/)
3737
- [Mouse](https://www.arduino.cc/reference/en/language/functions/usb/mouse/)
3838

content/hardware/02.hero/boards/uno-r4-wifi/tutorials/adc-resolution/adc-resolution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The goals of this tutorials are:
2121

2222
- Arduino IDE ([online](https://create.arduino.cc/) or [offline](https://www.arduino.cc/en/main/software))
2323
- [Arduino R4 WiFi](https://store.arduino.cc/uno-r4-wifi)
24-
- [Arduino Renesas Core](https://github.com/arduino/ArduinoCore-renesas)
24+
- [UNO R4 Board Package](/tutorials/uno-r4-wifi/r4-wifi-getting-started)
2525

2626
## Analog-to-Digital Converter (ADC)
2727

content/hardware/02.hero/boards/uno-r4-wifi/tutorials/can/can.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The goals of this tutorial are:
2323

2424
- Arduino IDE ([online](https://create.arduino.cc/) or [offline](https://www.arduino.cc/en/main/software))
2525
- [Arduino R4 WiFi](https://store.arduino.cc/uno-r4-wifi)
26-
- [Arduino Renesas Core](https://github.com/arduino/ArduinoCore-renesas)
26+
- [UNO R4 Board Package](/tutorials/uno-r4-wifi/r4-wifi-getting-started)
2727
- CAN transceiver module *
2828
- Jumper wires
2929

@@ -59,9 +59,9 @@ Then, between the CAN transceivers, connect the following:
5959

6060
## Code Examples
6161

62-
The following code examples need to be uploaded to each of the UNO R4 WiFi boards, one will send a message, one will receive it. These examples are available in the Renesas core, and using the Arduino IDE, you can access them by navigating to **File > Examples > Arduino_CAN > CANWrite/CANRead**
62+
The following code examples need to be uploaded to each of the UNO R4 WiFi boards, one will send a message, one will receive it. These examples are available in the UNO R4 Board Package, and using the Arduino IDE, you can access them by navigating to **File > Examples > Arduino_CAN > CANWrite/CANRead**
6363

64-
The library used is built into the core, so no need to install the library if you have the core installed.
64+
The library used is built into the Board Package, so no need to install the library if you have the Board Package installed.
6565

6666
To initialize the library, use `CAN.begin(CanBitRate::BR_250k)`, where a CAN bit rate is specified. Choose between:
6767
- BR_125k (125000)

content/hardware/02.hero/boards/uno-r4-wifi/tutorials/cheat-sheet/cheat-sheet.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ If you’re using the USB-C® connector you must power it with 5 V.
4444

4545
When powered via USB, you are bypassing the onboard voltage regulator completely. In this case, the 5 V pin can provide up to 2 A without damaging the board.
4646

47-
## Core
47+
## Board Package
4848

49-
The UNO R4 WiFi is based on the [Arduino UNO R4 Core](https://github.com/arduino/ArduinoCore-renesas).
49+
The UNO R4 WiFi is based on the [Arduino UNO R4 Board Package](/tutorials/uno-r4-minima/r4-wifi-getting-starteds).
5050

5151
## Installation
5252

@@ -60,7 +60,7 @@ Read more in the [Getting Started with the UNO R4 WiFi](/tutorials/uno-r4-wifi/r
6060

6161
### Arduino Web Editor
6262

63-
The Web Editor is an online IDE that includes all official boards, no need for installing the core/package. You will need the Create Plugin installed on your computer to use the Web Editor.
63+
The Web Editor is an online IDE that includes all official boards, no need for installing the Board Package. You will need the Create Plugin installed on your computer to use the Web Editor.
6464

6565
Read more in the [Getting Started with the Web Editor](https://docs.arduino.cc/arduino-cloud/getting-started/getting-started-web-editor) guide.
6666

@@ -226,7 +226,7 @@ Please note that the following pins are PWM capable but may interfere with other
226226

227227
## LED Matrix
228228

229-
The LED Matrix on the UNO R4 WiFi is available to use in your program, to display still graphics, animations, or even play games on. The Renesas core includes the [Arduino_LED_Matrix](https://github.com/arduino/ArduinoCore-renesas/tree/main/libraries/Arduino_LED_Matrix) library for displaying frames on the matrix.
229+
The LED Matrix on the UNO R4 WiFi is available to use in your program, to display still graphics, animations, or even play games on. The UNO R4 Board Package includes the [Arduino_LED_Matrix](https://github.com/arduino/ArduinoCore-renesas/tree/main/libraries/Arduino_LED_Matrix) library for displaying frames on the matrix.
230230

231231
To learn about the LED matrix in depth, check out the [LED Matrix Guide](/tutorials/uno-r4-wifi/led-matrix/).
232232

@@ -636,7 +636,7 @@ If you wish you can change this and get direct access to the serial bus on the R
636636

637637
The ESP32 onboard the UNO R4 WiFi is used to give the board Wi-Fi® capabilities. The Wi-Fi® module has a bitrate of up to 150 Mbps. The ESP32 module has a built in trace-antenna, meaning that you do not need an external one to use the connectivity features of the board. However, this trace antenna is shared with the Bluetooth® module, which means that you cannot use Bluetooth® and Wi-Fi® at the same time.
638638

639-
To use the Wi-Fi® features of the UNO R4 WiFi, use the **WiFiS3** library that is built in to the UNO R4 Core.
639+
To use the Wi-Fi® features of the UNO R4 WiFi, use the **WiFiS3** library that is built in to the UNO R4 Board Package.
640640

641641
To learn more about the Wi-Fi® capabilities of the UNO R4 WiFi, try out the [Network Examples](/tutorials/uno-r4-wifi/wifi-examples).
642642

content/hardware/02.hero/boards/uno-r4-wifi/tutorials/eeprom/eeprom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The goals of this tutorials are:
2222

2323
- Arduino IDE ([online](https://create.arduino.cc/) or [offline](https://www.arduino.cc/en/main/software))
2424
- [Arduino R4 WiFi](https://store.arduino.cc/uno-r4-wifi)
25-
- [Arduino Renesas Core](https://github.com/arduino/ArduinoCore-renesas)
25+
- [UNO R4 Board Package](/tutorials/uno-r4-wifi/r4-wifi-getting-started)
2626

2727
## EEPROM
2828

content/hardware/02.hero/boards/uno-r4-wifi/tutorials/led-matrix/led-matrix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The matrix and its API are developed to be programmed in a few different ways, e
2323
## Hardware & Software Needed
2424

2525
- [Arduino UNO R4 WiFi](https://store.arduino.cc/uno-r4-wifi)
26-
- [UNO R4 Core](https://github.com/arduino/ArduinoCore-renesas) (latest version)
26+
- [UNO R4 Board Package](/tutorials/uno-r4-wifi/r4-wifi-getting-started) (latest version)
2727
- [Arduino IDE](https://www.arduino.cc/en/software)
2828

2929
## Initializing Matrix

content/hardware/02.hero/boards/uno-r4-wifi/tutorials/r4-wifi-getting-started/r4-wifi-getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ hardware:
77
tags: [UNO R4 WiFi, Installation, IDE]
88
---
99

10-
To use the [Arduino UNO R4 WiFi](/hardware/uno-r4-wifi) board, you will need to install the UNO R4 WiFi board package, which is part of the [Arduino UNO R4 Core](https://github.com/arduino/ArduinoCore-renesas).
10+
To use the [Arduino UNO R4 WiFi](/hardware/uno-r4-wifi) board, you will need to install the UNO R4 WiFi board package, which is part of the [Arduino UNO R4 Board Package](/tutorials/uno-r4-wifi/r4-wifi-getting-started).
1111

1212
To install it, you will need the Arduino IDE, which you can download from the [Arduino Software page](https://www.arduino.cc/en/software). In this guide, we will use the latest version of the IDE 2.
1313

content/hardware/02.hero/boards/uno-r4-wifi/tutorials/rtc/rtc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ The goals of this project are:
2323

2424
- Arduino IDE ([online](https://create.arduino.cc/) or [offline](https://www.arduino.cc/en/main/software))
2525
- [Arduino UNO R4 WiFi](https://store.arduino.cc/uno-r4-wifi)
26-
- [Arduino Renesas Core](https://github.com/arduino/ArduinoCore-renesas)
26+
- [UNO R4 Board Package](/tutorials/uno-r4-wifi/r4-wifi-getting-started)
2727

2828
## Real-Time Clock (RTC)
2929

30-
The RTC on the UNO R4 WiFi can be accessed using the [RTC](https://github.com/arduino/ArduinoCore-renesas/tree/main/libraries/RTC) library that is included in the [Renesas](https://github.com/arduino/ArduinoCore-renesas) core. This library allows you to set/get the time as well as using alarms to trigger interrupts.
30+
The RTC on the UNO R4 WiFi can be accessed using the [RTC](https://github.com/arduino/ArduinoCore-renesas/tree/main/libraries/RTC) library that is included in the [UNO R4 Board Package](/tutorials/uno-r4-wifi/r4-wifi-getting-started). This library allows you to set/get the time as well as using alarms to trigger interrupts.
3131

3232
***The UNO R4 WiFi features a VRTC pin, that is used to keep the onboard RTC running, even when the boards power supply is is cut off. In order to use this, apply a voltage in the range of 1.6 - 3.6 V to the VRTC pin.***
3333

content/hardware/02.hero/boards/uno-r4-wifi/tutorials/usb-hid/usb-hid.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ The goals of this tutorials are:
2424

2525
- Arduino IDE ([online](https://create.arduino.cc/) or [offline](https://www.arduino.cc/en/main/software))
2626
- [Arduino UNO R4 WiFi](https://store.arduino.cc/uno-r4-wifi)
27-
- [Arduino Renesas Core](https://github.com/arduino/ArduinoCore-renesas)
27+
- [UNO R4 Board Package](/tutorials/uno-r4-wifi/r4-wifi-getting-started)
2828

2929
## Human Interface Device (HID)
3030

3131
Human interface devices (HID) are devices designed for humans (keyboards, mice, game controllers etc.), that frequently sends data over USB to a computer. When you press a key on a keyboard, you send data to a computer, which reads it and in turn activates the corresponding key.
3232

3333
The UNO R4 WiFi has built-in support for HID, a feature found on most modern day development boards, but not on previous UNO revisions.
3434

35-
To turn your board into an HID, you can use the **keyboard/mouse** API that is built in to the core. You can visit the documentation for this API in the language reference at:
35+
To turn your board into an HID, you can use the **keyboard/mouse** API that is built in to the Board Package. You can visit the documentation for this API in the language reference at:
3636
- [Keyboard](https://www.arduino.cc/reference/en/language/functions/usb/keyboard/)
3737
- [Mouse](https://www.arduino.cc/reference/en/language/functions/usb/mouse/)
3838

content/hardware/02.hero/boards/uno-r4-wifi/tutorials/wifi-examples/wifi-examples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: UNO R4 WiFi Network Examples
3-
description: Discover examples compatible with the WiFi library included in the UNO R4 core.
3+
description: Discover examples compatible with the WiFi library included in the UNO R4 Board Package.
44
author: Jacob Hylén
55
hardware:
66
- hardware/02.hero/boards/uno-r4-wifi
@@ -9,7 +9,7 @@ tags: [Wi-Fi, Web Server, AP Mode, SSL, UDP]
99

1010
The [Arduino UNO R4 WiFi](/hardware/uno-r4-wifi) has a built in ESP32-S3 module that enables you to connect to Wi-Fi® networks, and perform network operations. Protocols including HTTPS, MQTT, UDP are tested and supported, and in this article, you will find a number of examples that will get you started.
1111

12-
Wi-Fi® support is enabled via the built-in `WiFiS3` library that is shipped with the [Arduino UNO R4 Core](https://github.com/arduino/ArduinoCore-renesas). Installing the core automatically installs the `WiFiS3` library.
12+
Wi-Fi® support is enabled via the built-in `WiFiS3` library that is shipped with the [Arduino UNO R4 Board Package](/tutorials/uno-r4-wifi/r4-wifi-getting-started). Installing the Board Package automatically installs the `WiFiS3` library.
1313

1414
***The easiest way to connect your board to the Internet is via the [Arduino IoT Cloud](https://create.arduino.cc/iot/) platform. Here you can configure, program, monitor and synchronize your devices without having to write any networking code.***
1515

content/hardware/02.hero/boards/uno-wifi-rev2/tutorials/uno-wifi-rev-2/uno-wifi-r2-hosting-a-webserver/uno-wifi-r2-hosting-a-webserver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ When interacting with the links, you should see the LED, connected to pin 2, tur
233233

234234
If the code is not working, there are some common issues we might need to troubleshoot:
235235
- We have not updated the latest firmware for the board.
236-
- We have not installed the core required for the board.
236+
- We have not installed the Board Package required for the board.
237237
- We have not installed the **WiFiNINA** library.
238238
- We have entered the SSID and PASS incorrectly: remember, it is case sensitive.
239239
- We have not selected the right port to upload: depending on what computer we use, sometimes the board is duplicated. By simply restarting the editor, this issue can be solved.

content/hardware/02.hero/boards/uno-wifi-rev2/tutorials/uno-wifi-rev-2/uno-wifi-r2-web-server-ap-mode/uno-wifi-r2-web-server-ap-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ When interacting with the links, you should see the LED, connected to pin 2, tur
256256

257257
If the code is not working, there are some common issues we might need to troubleshoot:
258258
- We have not updated the latest firmware for the board.
259-
- We have not installed the core required for the board.
259+
- We have not installed the Board Package required for the board.
260260
- We have not installed the WiFiNINA library.
261261
- We have not entered the SSID and PASS: remember, it is case sensitive.
262262
- We have not selected the right port to upload: depending on what computer we use, sometimes the board is duplicated. By simply restarting the editor, this issue can be solved.

content/hardware/02.hero/boards/zero/tutorials/arduino-zero-edbg/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ and, if all has gone as it should, in the log console you will see "OK".
6868

6969
**13.** Go to "Memories"
7070

71-
**14.** Select the file to write (typically Bootloader\_board\_Vxxx.hex) that you will find in your Arduino Software (IDE) installation, under the \_hardware/arduino/samd/...* path found in your '**Documents/Arduino/sketchbook**' folder. You need to install the SAMD core from board manager if you haven't done it yet. If your Arduino installation has been made ["portable"](https://arduino.cc/en/Guide/PortableIDE), the firmware will be in the **portable/packages/arduino** path. folder, as seen in our screen capture below.
71+
**14.** Select the file to write (typically Bootloader\_board\_Vxxx.hex) that you will find in your Arduino Software (IDE) installation, under the \_hardware/arduino/samd/...* path found in your '**Documents/Arduino/sketchbook**' folder. You need to install the SAMD Board Package from board manager if you haven't done it yet. If your Arduino installation has been made ["portable"](https://arduino.cc/en/Guide/PortableIDE), the firmware will be in the **portable/packages/arduino** path. folder, as seen in our screen capture below.
7272

7373
**15.** Click "Program" and again, in the log console you will see "OK".
7474

0 commit comments

Comments
 (0)
0