Skip to content

Commit 44410eb

Browse files
committed
Correct example sketch names
The content refers to various example sketches that can be accessed via the Arduino development tool interfaces. Some of these references used incorrect names for the example sketches or their parent menu paths.
1 parent d6cdf43 commit 44410eb

File tree

30 files changed

+39
-39
lines changed

30 files changed

+39
-39
lines changed

content/hardware/01.mkr/01.boards/mkr-1000-wifi/tutorials/mkr-1000-hosting-a-webserver/mkr-1000-hosting-a-webserver.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ This tutorial barely uses any external hardware, except an LED that we will cont
7171
- `client.print()` - print something to the client (e.g. html code).
7272
- `client.stop()` - closes the connection.
7373

74-
The sketch can be found in the snippet below. It is very similar to the sketch found in **File > Examples > WiFi101 > SimpleWebServer**, with only minor modifications.
74+
The sketch can be found in the snippet below. It is very similar to the sketch found in **File > Examples > WiFi101 > SimpleWebServerWiFi**, with only minor modifications.
7575

7676
Upload the code to the board, and make sure the right board and port are selected.
7777

content/hardware/01.mkr/01.boards/mkr-gsm-1400/tutorials/securely-connecting-a-mkr-gsm-1400-to-google-cloud-iot-core/securely-connecting-a-mkr-gsm-1400-to-google-cloud-iot-core.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Enter the device name, in the screenshot below "MyMKRGSM1400" was used. "ES256"
128128

129129
## Connecting the Board to GCP IoT Core
130130

131-
1) Open the GCP IoT Core GSM sketch in the Arduino IDE using **File -> Examples ->Arduino Cloud Provider Examples -> GoogleCloudPlatformIoTCore->GCP_IoT_Core_GSM.**
131+
1) Open the GCP IoT Core GSM sketch in the Arduino IDE using **File -> Examples -> Arduino Cloud Provider Examples -> Google Cloud Platform IoT Core -> GCP_IoT_Core_GSM**.
132132

133133
2) In the arduino_secrets.h tab, fill in the pin (if required) for the SIM card, as well as the GPRS APN, username and password for the cellular carrier you are using.
134134

content/hardware/01.mkr/01.boards/mkr-nb-1500/tutorials/securely-connecting-an-arduino-nb-1500-to-azure-iot-hub/securely-connecting-an-arduino-nb-1500-to-azure-iot-hub.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Now that we have a self signed certificate and the SHA1 fingerprint to identify
120120

121121
## Connecting the Board to Azure IoT Hub
122122

123-
1) Open the Azure IoT Hub NB sketch in the Arduino IDE using **File -> Examples -> Arduino Cloud Provider Examples -> AzureIoTHub-> Azure_IoT_Hub_NB.**
123+
1) Open the Azure IoT Hub NB sketch in the Arduino IDE using **File -> Examples -> Arduino Cloud Provider Examples -> Azure IoT Hub-> Azure_IoT_Hub_NB**.
124124

125125
2) In the arduino_secrets.h tab, fill in the pin (if required) for the SIM card.
126126

content/hardware/01.mkr/01.boards/mkr-nb-1500/tutorials/setting-radio-access/setting-radio-access.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ We will now get to the programming part of this tutorial. It focuses on two main
7373

7474
**2.** Now, we need to install the libraries needed. If we are using the Web Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **MKRNB** and install it.
7575

76-
**3.** With the drivers and library installed, we can now move on to create the sketch. This sketch is available as an example in the **MKRNB** library, and can be accessed directly through the editor by navigating to **File > Examples > MKRNB > Tools > ChangeRadioAccessTechnology**.
76+
**3.** With the drivers and library installed, we can now move on to create the sketch. This sketch is available as an example in the **MKRNB** library, and can be accessed directly through the editor by navigating to **File > Examples > MKRNB > Tools > ChooseRadioAccessTechnology**.
7777

7878
The full code is also available further down this tutorial. But we will now also go through it step by step to understand the sketch a bit better.
7979

content/hardware/01.mkr/01.boards/mkr-vidor-4000/tutorials/vidor-hosting-a-webserver/vidor-hosting-a-webserver.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ This tutorial barely uses any external hardware, except an LED that we will cont
7272
- `client.print()` - print something to the client (e.g. html code).
7373
- `client.stop()` - closes the connection.
7474

75-
The sketch can be found in the snippet below. It is very similar to the sketch found in **File > Examples > WiFiNINA > SimpleWebServer**, with only minor modifications.
75+
The sketch can be found in the snippet below. It is very similar to the sketch found in **File > Examples > WiFiNINA > SimpleWebServerWiFi**, with only minor modifications.
7676

7777
Upload the code to the board, and make sure the right board and port are selected.
7878

content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/securely-connecting-an-arduino-mkr-wifi-1010-to-aws-iot-core/securely-connecting-an-arduino-mkr-wifi-1010-to-aws-iot-core.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Now that we have a CSR to identify the board, we need to login into the AWS cons
134134

135135
## Connecting the Board to AWS IoT Core
136136

137-
1) Open the AWS IoT Wi-Fi sketch in the Arduino IDE using the **File -> Examples -> Arduino Cloud Provider Examples -> AWSIoT-> AWS_IoT_WiFi.**
137+
1) Open the AWS IoT Wi-Fi sketch in the Arduino IDE using the **File -> Examples -> Arduino Cloud Provider Examples -> AWS IoT-> AWS_IoT_WiFi**.
138138

139139
2) In the arduino_secrets.h tab. update the Wi-Fi settings with the SSID and password of your Wi-Fi network.
140140

content/hardware/01.mkr/02.shields/mkr-can-shield/tutorials/mkr-can-communication/mkr-can-communication.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ We will now get to the programming part of this tutorial.
104104

105105
### Programming the Sender
106106

107-
We will start by programming the sender. The code can be found in the snippet below, or in the **CAN** library under **File > Examples > CAN > Sender**.
107+
We will start by programming the sender. The code can be found in the snippet below, or in the **CAN** library under **File > Examples > CAN > CANSender**.
108108

109109
>**Note:** Make sure that you remember which board you upload to. As we are uploading two different sketches in total, we need to make sure we don't upload the sketches to the same board.
110110
@@ -160,7 +160,7 @@ void loop() {
160160

161161
### Receiver Code
162162

163-
We will now program the receiver. The code can be found in the snippet below, or in the **CAN** library under **File > Examples > CAN > Receiver**.
163+
We will now program the receiver. The code can be found in the snippet below, or in the **CAN** library under **File > Examples > CAN > CANReceiver**.
164164

165165
Upload the program to the board, and remember to change the upload port, so we don't accidentally upload the sketch to the wrong board.
166166

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ This tutorial barely uses any external hardware, except an LED that we will cont
6969
- `client.print()` - print something to the client (e.g. html code).
7070
- `client.stop()` - closes the connection.
7171

72-
The sketch can be found in the snippet below. It is very similar to the sketch found in **File > Examples > WiFiNINA > SimpleWebServer**, with only minor modifications.
72+
The sketch can be found in the snippet below. It is very similar to the sketch found in **File > Examples > WiFiNINA > SimpleWebServerWiFi**, with only minor modifications.
7373

7474
Upload the code to the board, and make sure the right board and port are selected.
7575

content/hardware/04.pro/boards/portenta-h7/tutorials/flash-optimized-key-value-store/content.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Let's program the Portenta with a sketch. You will also define a few helper func
5353
* Create a new file named `FlashIAPLimits.h` to store the helper functions in a reusable file.
5454

5555
**Note:** Finished sketch its inside the tutorials library wrapper at:
56-
**Examples > Arduino_Pro_Tutorials > Creating a Flash-Optimized Key-Value Store > FlashKeyValueStore**
56+
**Examples > Arduino_Pro_Tutorials > Creating a Flash-Optimized Key-Value Store > FlashKeyValue**
5757

5858
### 3. Populate the Helper Functions
5959
First let's add the helper functions to the `FlashIAPLimits.h` header. This will determine the available Flash limits to allocate the custom data.

content/hardware/04.pro/boards/portenta-h7/tutorials/over-the-air-update/content.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ void setup()
280280
{
281281
Serial.println("Higher version bootloader required to perform OTA.");
282282
Serial.println("Please update the bootloader.");
283-
Serial.println("File -> Examples -> STM32H747_System -> STM32H747_updateBootloader");
283+
Serial.println("File -> Examples -> STM32H747_System -> STM32H747_manageBootloader");
284284
return;
285285
}
286286

@@ -378,7 +378,7 @@ void setup()
378378
{
379379
Serial.println("Higher version bootloader required to perform OTA.");
380380
Serial.println("Please update the bootloader.");
381-
Serial.println("File -> Examples -> STM32H747_System -> STM32H747_updateBootloader ");
381+
Serial.println("File -> Examples -> STM32H747_System -> STM32H747_manageBootloader");
382382
return;
383383
}
384384

content/hardware/04.pro/boards/portenta-h7/tutorials/wifi-access-point/content.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Begin by plugging in your Portenta board to your computer using a USB-C® cable
6060
### 2. Create the Web Server Sketch
6161
Next you need to create a web server sketch that will handle the HTTP GET requests and provide the client devices with the HTML web page. The [Wi-Fi](https://www.arduino.cc/en/Reference/WiFi) library provides all necessary methods that allows Arduino boards to use their Wi-Fi features provided by the on-board Wi-Fi module. To set up the web server copy the following code, paste it into a new sketch file and name it **SimpleWebServer.ino**.
6262

63-
**Note:** You can access the final sketch inside the library: **Examples > Arduino_Pro_Tutorials > Portenta H7 as a Wi-Fi Access Point > SimpleWebServer**
63+
**Note:** You can access the final sketch inside the library: **Examples > Arduino_Pro_Tutorials > Portenta H7 as a WiFi Access Point > SimpleWebServer**
6464

6565
```cpp
6666
#include <WiFi.h>

content/hardware/04.pro/shields/portenta-vision-shield/tutorials/speech-recognition-engine/content.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ In case you need more instructions about how to install libraries, read this [gu
9797

9898
To use the Arduino Speech Recognition Engine, you will need a free trial license or paid license. In any of the cases, the serial number of the board that you are using is necessary to activate the license.
9999

100-
To get your board's serial number, and once you have the library downloaded, navigate to **File > Examples > Cyberon_DSpotterSDK > GetSerialNumber**.
100+
To get your board's serial number, and once you have the library downloaded, navigate to **File > Examples > DSpotterSDK_Maker_33BLE/NiclaVision/PortentaH7/RP2040 > GetSerialNumber**.
101101

102102
Connect your board to the computer, upload the sketch to it and, once is done, open the **Serial Monitor** to see your device's Serial Number.
103103

@@ -117,7 +117,7 @@ Once everything is ready, click on the **submit** button to get your license, it
117117

118118
### Test the Free Demo Sketch
119119

120-
* Open the sketch **File > Example > Cyberon_DSpotterSDK > VoiceRecognition**
120+
* Open the sketch **File > Examples > DSpotterSDK_Maker_33BLE/NiclaVision/PortentaH7/RP2040 > VoiceRecognition**
121121
* Navigate to the `CybLicense.h` tab.
122122
* Paste your license between the brackets, like in the following example:
123123
```cpp
@@ -193,7 +193,7 @@ Once everything is checked, click **Confirm** and you will get the model header
193193
194194
You will now get some files in your e-mail inbox. Download them to your computer.
195195
196-
On the IDE, open the example **File > Examples > Cyberon_DSpotterSDK > VoiceRecognition** and click **File > Save As...** and type a name for your sketch.
196+
On the IDE, open the example **File > Examples > DSpotterSDK_Maker_33BLE/NiclaVision/PortentaH7/RP2040 > VoiceRecognition** and click **File > Save As...** and type a name for your sketch.
197197
198198
Once it is saved, open your File Explorer, and navigate to your sketch path.
199199

content/hardware/06.nicla/boards/nicla-sense-me/tutorials/cli-tool/content.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ First, please go to [Go's download page](https://golang.org/dl/) and follow the
5151

5252
### Set up the Board
5353

54-
First, you need to download the library **Arduino_BHY2** in the Arduino IDE. Next, you need to upload the **App.ino** example sketch inside the library. This sketch can be found in: **Examples > Arduino_BHY2 > App.ino**. Select the sketch and upload it to your board.
54+
First, you need to download the library **Arduino_BHY2** in the Arduino IDE. Next, you need to upload the **App.ino** example sketch inside the library. This sketch can be found in: **Examples > Arduino_BHY2 > App**. Select the sketch and upload it to your board.
5555

5656
### Use the Bhy-Controller
5757

@@ -132,7 +132,7 @@ bhy sensor read -live -p <YourCOMPort>
132132
```
133133

134134
## Using a Passthrough Board with CLI
135-
When you have a firmware for the BHI module or a sketch for the MCU already compiled in a **.bin** file, you can upload them through a MKR or Portenta board directly using the terminal. You need to upload a passthrough sketch to the MKR or Portenta board, allowing the Nicla to communicate with the computer through the host board. The sketch can be found at **Examples > Arduino_BHY_HOST > Passthrough.ino**.
135+
When you have a firmware for the BHI module or a sketch for the MCU already compiled in a **.bin** file, you can upload them through a MKR or Portenta board directly using the terminal. You need to upload a passthrough sketch to the MKR or Portenta board, allowing the Nicla to communicate with the computer through the host board. The sketch can be found at **Examples > Arduino_BHY2Host > Passthrough**.
136136

137137
You then need to connect the Nicla board to the desired passthrough board either with an Eslov cable or you can mount the Nicla onto the board as a shield. If you wish to mount the Nicla as a shield, take a look at this [tutorial](./use-as-mkr-shield). Now that you have everything set up, you can use the commands below to upload the firmware or a sketch if they are in the right format.
138138

content/hardware/06.nicla/boards/nicla-sense-me/tutorials/connecting-to-iot-cloud/content.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ For further tips on how to operate the Nicla module check the [cheat sheet](http
6060

6161
The **Nicla Sense ME** will be listening to the Host board to send back the required data, this is all automated via the libraries **Arduino_BHY2** and **Arduino_BHY2Host**
6262

63-
The code is available inside the examples provided with the **Arduino_BHY2** Library. Open it by going to **Examples > Arduino_BHY2 > App.ino**
63+
The code is available inside the examples provided with the **Arduino_BHY2** Library. Open it by going to **Examples > Arduino_BHY2 > App**
6464

6565
This is the code, which initialize the sensors, and maintain the communication:
6666

content/hardware/06.nicla/boards/nicla-sense-me/tutorials/user-manual/content.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1143,7 +1143,7 @@ In this example, a Portenta C33 will be used as a gateway to forward Nicla Sense
11431143

11441144
The **Nicla Sense ME** will be listening to the Host board to send back the required data. This is all automated via the libraries **Arduino_BHY2** and **Arduino_BHY2Host**.
11451145

1146-
The code is available inside the examples provided with the Arduino_BHY2 Library. Open it by going to **Examples > Arduino_BHY2 > App.ino**.
1146+
The code is available inside the examples provided with the Arduino_BHY2 Library. Open it by going to **Examples > Arduino_BHY2 > App**.
11471147

11481148
```arduino
11491149
#include "Arduino.h"

content/hardware/06.nicla/boards/nicla-vision/tutorials/user-manual/content.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ void loop() {
718718
```
719719
![Accelerometer and gyroscope output in the serial plotter](assets/imu-output.png)
720720

721-
***To test a Machine Learning model on the Arduino IDE, navigate to __File > Examples > MLC > NiclaVision_MLC_Motion_Intesity__ and it will identify three scenarios: `Stationary`, `Medium Intensity` and `High Intensity` movements.***
721+
***To test a Machine Learning model on the Arduino IDE, navigate to __File > Examples > MLC > NiclaVision_MLC_Motion_Intensity__ and it will identify three scenarios: `Stationary`, `Medium Intensity` and `High Intensity` movements.***
722722

723723
### Microphone
724724

content/hardware/07.opta/opta-family/opta/tutorials/05.getting-started-with-aws-iot-core/content.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,11 @@ The first step to connect your Opta™ device is getting the **device data endpo
157157

158158
The next step depends on the variant of your Opta™ device you have.
159159

160-
- **For Opta™ Lite (SKU: AFX00003)**: Open the AWS IoT Ethernet example sketch in the Arduino IDE using the File > Examples > Arduino Cloud Provider Examples > AWSIoT > AWS_IoT_Opta > **AWS_IoT_Opta_ethernet.ino**
160+
- **For Opta™ Lite (SKU: AFX00003)**: Open the AWS IoT Ethernet example sketch in the Arduino IDE using the File > Examples > Arduino Cloud Provider Examples > AWS IoT > AWS_IoT_Opta > **AWS_IoT_Opta_Ethernet**
161161

162-
- **For Opta™ RS485 (SKU: AFX0001)**: Open the AWS IoT Ethernet example sketch in the Arduino IDE using the File > Examples > Arduino Cloud Provider Examples > AWSIoT > AWS_IoT_Opta > **AWS_IoT_Opta_ethernet.ino**
162+
- **For Opta™ RS485 (SKU: AFX0001)**: Open the AWS IoT Ethernet example sketch in the Arduino IDE using the File > Examples > Arduino Cloud Provider Examples > AWS IoT > AWS_IoT_Opta > **AWS_IoT_Opta_Ethernet**
163163

164-
- **For Opta™ WiFi (SKU: AFX00002)**: If you connect using Ethernet, open the AWS IoT Ethernet example sketch in the Arduino IDE using the File > Examples > Arduino Cloud Provider Examples > AWSIoT > AWS_IoT_Opta >AWS_IoT_Opta_ethernet > **AWS_IoT_Opta_ethernet.ino**. If you connect using Wi-Fi®, open the AWS IoT Wi-Fi® example sketch in the Arduino IDE using the File > Examples > Arduino Cloud Provider Examples > AWSIoT > AWS_IoT_Opta->AWS_IoT_Opta_wifi > **AWS_IoT_Opta_wifi.ino**
164+
- **For Opta™ WiFi (SKU: AFX00002)**: If you connect using Ethernet, open the AWS IoT Ethernet example sketch in the Arduino IDE using the File > Examples > Arduino Cloud Provider Examples > AWS IoT > AWS_IoT_Opta > **AWS_IoT_Opta_Ethernet**. If you connect using Wi-Fi®, open the AWS IoT Wi-Fi® example sketch in the Arduino IDE using the File > Examples > Arduino Cloud Provider Examples > AWS IoT > AWS_IoT_Opta > **AWS_IoT_Opta_WiFi**
165165

166166
In the `arduino_secrets.h` tab update the Wi-Fi® Setting with the SSID and password of your Wi-Fi® network. Update the `secret_broker` with the device data endpoint captured before, and update the `secret_port` with the proper port used to connect to AWS IoT. Finally, open the certificate file you downloaded with a text editor and copy/paste the value in the sketch in the `secret_certificate` area. In the image below, the `arduino_secrets.h` tab for the `AWS_IoT_Opta_wifi.ino` sketch is shown.
167167

content/hardware/10.mega/boards/giga-r1-wifi/tutorials/cheat-sheet/cheat-sheet.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The **GIGA R1** can be programmed through:
6666

6767
The GIGA R1 is based on the [Arduino Mbed OS GIGA Board Package](/tutorials/giga-r1-wifi/giga-getting-started), which also provides a set of examples that works out of the box.
6868

69-
These examples are available in the Arduino IDE via **File > Examples > Examples for GIGA**.
69+
These examples are available in the Arduino IDE via **File > Examples > Examples for Arduino GIGA R1**.
7070

7171
### Mbed OS
7272

content/hardware/10.mega/shields/giga-display-shield/tutorials/07.microphone-tutorial/content.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ In this section you will find a series of examples that uses the microphone.
106106

107107
### PDM Example
108108

109-
This sketch can be found in **File > Examples > PDM** in the Arduino IDE. It reads the microphone data, stores it in a buffer and prints it to the Serial Monitor / Serial Plotter tool in the IDE.
109+
This sketch can be found in **File > Examples > PDM > PDMSerialPlotter** in the Arduino IDE. It reads the microphone data, stores it in a buffer and prints it to the Serial Monitor / Serial Plotter tool in the IDE.
110110

111111
```arduino
112112
#include <PDM.h>

content/learn/01.starting-guide/02.the-arduino-software-ide/arduino-software-ide.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Now that you are all set up, **let’s try to make your board blink!**
4949

5050
![Selecting the port](./assets/install_avr_03.png)
5151

52-
**8.** Let’s **try an example**: navigate to **File > Examples > 01.Basics > Blink.**
52+
**8.** Let’s **try an example**: navigate to **File > Examples > 01.Basics > Blink**.
5353

5454
![Opening an example](./assets/install_avr_04.png)
5555

@@ -87,7 +87,7 @@ Now that you are all set up, **let’s try to make your board blink!**
8787

8888
![Selecting a board & port](./assets/select-board-port.png)
8989

90-
**3.** Let’s **try an example**: navigate to **File > Examples > 01.Basics > Blink.**
90+
**3.** Let’s **try an example**: navigate to **File > Examples > 01.Basics > Blink**.
9191

9292
![Opening an example](./assets/open-example.png)
9393

content/retired/06.getting-started-guides/ArduinoTian/ArduinoTian.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ Programming the SAMD21 over WiFi
188188
If you Tian is in your computer's same network, you can upload a sketch using the Wireless Connection.
189189
After configuring your board, connect it to the network that you have specified in the configuration settings. Open the Arduino IDE.
190190
Under the Tools > Port menu, you should see an entry that lists your Tian's name and its IP address. Under the Board menu, select Arduino Tian.
191-
Open the Blink example (File > Examples > 01Basics > Blink) and upload the sketch to the board. You will be prompted for the administrator password. Use the one you entered in the configuration screen.
191+
Open the Blink example (File > Examples > 01.Basics > Blink) and upload the sketch to the board. You will be prompted for the administrator password. Use the one you entered in the configuration screen.
192192
Once the program is uploaded, the SAMD21 processor will restart. You should see the LED connected to pin 13 blinking.
193193
Using the onboard Ethernet (via dogEthernet)
194194
When you connect the Tian to a wired network with an ethernet cable, it will try to connect automatically via DHCP. The board will show up on the ports menu just as it would over WiFi.

content/retired/06.getting-started-guides/ArduinoYun/ArduinoYun.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ After configuring your Yún, connect to the network you specified in the configu
229229

230230
Under the _Tools > Port_ menu, you should see an entry that lists your Yún's name and its IP address. Under the _Board_ menu, select Arduino Yún.
231231

232-
Open the Blink example (_File > Examples > 01Basics > Blink_) and upload the sketch to the board. You will be prompted for the administrator password. Use the one you entered in the configuration screen.
232+
Open the Blink example (_File > Examples > 01.Basics > Blink_) and upload the sketch to the board. You will be prompted for the administrator password. Use the one you entered in the configuration screen.
233233

234234
Once the program is uploaded, the 32U4 processor will restart. You should see the LED connected to pin 13 blinking.
235235

0 commit comments

Comments
 (0)