Skip to content

Commit 7fa5cee

Browse files
authored
Merge pull request #1581 from arduino/karlsoderby/file-size-fixes
Fix file sizes
2 parents 48121c1 + c9cea17 commit 7fa5cee

File tree

11 files changed

+3
-86705
lines changed

11 files changed

+3
-86705
lines changed
170 KB
Loading

content/hardware/09.kits/maker/make-your-uno-kit/datasheet/assets/fusionOutline.svg

Lines changed: 0 additions & 86699 deletions
This file was deleted.

content/hardware/09.kits/maker/make-your-uno-kit/datasheet/datasheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Once the kit is assembled, the user can solder and assemble the **Audio Synth Sh
181181

182182
The **BOM** or **Bill Of Materials** of the **Arduino Make Your UNO kit** is made up of common components that can be found on the market. Use this list to reference and/or replace a damaged component if necessary. The designator references can be found written on the board and inside the board source files.
183183

184-
![Make Your UNO board topology](assets/fusionOutline.svg)
184+
![Make Your UNO board topology](assets/fusionOutline.png)
185185

186186
| **Designator** | **Quantity** | **Description** |
187187
| ----------------------------- | ------------ | ------------------------------------------------ |
Binary file not shown.
Binary file not shown.

content/hardware/10.mega/boards/giga-r1-wifi/product.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ certifications: [CE, UKCA]
77
---
88

99
The **GIGA R1 WiFi** is a powerful, feature-packed board with a large amount of GPIOs and dedicated connectors. Based on the [STM32H747XI](/resources/datasheets/stm32h747xi.pdf) micro based on the [Mbed OS](https://os.mbed.com/), the GIGA R1 WiFi features 76 GPIOs, a [dual core processor](/tutorials/giga-r1-wifi/giga-dual-core), [advanced ADC/DAC](/tutorials/giga-r1-wifi/giga-audio) features as well as camera & display connectors. It also has a rich [USB interface](/tutorials/giga-r1-wifi/giga-usb) with support for HID via USB-C® and USBHost (keyboard, mass storage) via a dedicated USB-A connector.
10+
11+
To download the source file for this board, click [this link](https://content.arduino.cc/assets/ABX00063-cad-files.zip).

content/hardware/10.mega/shields/giga-display-shield/tutorials/06.image-orientation/content.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,6 @@ Any image could be used in the sketch. This tutorial and the example uses an ima
174174

175175
Now try rotating your device to see if the image behaves correctly. If the image does not rotate correctly have another look at the values you entered into the previous sketch. It might help to try and run the simple IMU readings printer sketch to take a quick look at the IMU values in the serial monitor. This will help you figure out what values should be considered when the device is being moved.
176176

177-
![GIF of the orientation sketch running on the screen](assets/image-orientation.gif)
178-
179177
## Conclusion
180178

181179
Now you know how to use the GIGA Display Shield's IMU sensor to gather readings for device orientation, and how to use these readings to make an image on the GIGA Display Shield maintain the correct orientation depending on what way it is facing.

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -381,9 +381,6 @@ void onPDMdata() {
381381
}
382382
```
383383

384-
385-
![GIF of sketch running](./assets/P1066383.gif)
386-
387384
## Next Step
388385
Now that you know how to use the on-board microphone, feel free to explore the shield's other features, like the IMU with our [Orientation tutorial](/tutorials/giga-display-shield/image-orientation). Or if you rather dive deeper into LVGL, take a look at our [LVGL guide](tutorials/giga-display-shield/lvgl-guide).
389386

0 commit comments

Comments
 (0)