Skip to content

Commit 3003823

Browse files
Merge pull request #1392 from arduino/main
benjamindannegard/update-tutorial-branch
2 parents c9f3c75 + 0e20a99 commit 3003823

File tree

45 files changed

+2201
-2186
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+2201
-2186
lines changed

content/arduino-cloud/01.getting-started/01.iot-cloud-getting-started/iot-cloud-getting-started.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ To use the Arduino IoT Cloud, a **cloud compatible board** is required. You can
5353

5454
The following boards connect to the Arduino IoT Cloud via Wi-Fi.
5555

56-
- [MKR 1000 WiFi](/hardware/mkr-1000-wifi)
5756
- [MKR WiFi 1010](https://store.arduino.cc/arduino-mkr-wifi-1010)
5857
- [Nano RP2040 Connect](https://store.arduino.cc/nano-rp2040-connect)
5958
- [Nano 33 IoT](https://store.arduino.cc/arduino-nano-33-iot)

content/arduino-cloud/01.getting-started/02.technical-reference/iot-cloud-tech-ref.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ To use the Arduino IoT Cloud, a **cloud compatible board** is required. You can
2121

2222
The following boards connect to the Arduino IoT Cloud via Wi-Fi.
2323

24-
- [MKR 1000 WiFi](https://store.arduino.cc/arduino-mkr1000-wifi)
2524
- [MKR WiFi 1010](https://store.arduino.cc/arduino-mkr-wifi-1010)
2625
- [Nano RP2040 Connect](https://store.arduino.cc/nano-rp2040-connect)
2726
- [Nano 33 IoT](https://store.arduino.cc/arduino-nano-33-iot)

content/hacking/02.hardware/building-an-arduino-on-a-breadboard/building-an-arduino-on-a-breadboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Start by connecting a 10k ohm pullup resistor to +5V from the RESET pin in order
9191
* Pin 8 - GND
9292
* Pin 22 - GND
9393
* Pin 21 - AREF - Analog reference pin for ADC
94-
* Pin 20 - AVcc - Suppply voltage for the ADC converter. Needs to be connected to power if ADC isn't being used and to power via a low-pass filter if it is (a low pass filter is a circuit that reduces noise from the power source. This example isn't using one)
94+
* Pin 20 - AVcc - Supply voltage for the ADC converter. Needs to be connected to power if ADC isn't being used and to power via a low-pass filter if it is (a low pass filter is a circuit that reduces noise from the power source. This example isn't using one)
9595

9696
![Add the Clock & Caps](assets/arduinobb_08.jpg)
9797

content/hardware/01.mkr/01.boards/mkr-1000-wifi/compatibility.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
software:
22
- arduino-ide
3-
- iot-cloud
43
- arduino-cli
54
- web-editor
65
hardware:

content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/atmel-ice/using-an-atmel-ice-with-the-ide-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ void loop() {
151151
}
152152
```
153153

154-
Before uploading the code to our board, we must optimize it for debugging. This can be made easily by clicking on the **Sketch** tab and then selecting the option **Optimize for Debbuging**:
154+
Before uploading the code to our board, we must optimize it for debugging. This can be made easily by clicking on the **Sketch** tab and then selecting the option **Optimize for Debugging**:
155155

156156
![The "Optimize for Debugging" option in the Arduino IDE 2](assets/ide_v2_t1_img06.png)
157157

138 KB
Loading
138 KB
Loading
138 KB
Loading
138 KB
Loading
138 KB
Loading

0 commit comments

Comments
 (0)