Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b19c803

Browse files
committed
Fix USB-C® and USB Type-C® trademark miss-spellings
1 parent 153020d commit b19c803

File tree

47 files changed

+121
-121
lines changed

Some content is hidden

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

47 files changed

+121
-121
lines changed

‎content/hardware/02.hero/boards/uno-mini-le/datasheet/datasheet.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ variant: Limited Edition
88
![](assets/featured.png)
99

1010
# Description
11-
We are celebrating the anniversary of our flagship board, Arduino UNO, by producing a just as effective and versatile miniature: The Arduino UNO Mini. This board is, just as its big brother, equipped with the ATMega328P and the ATMega 16U2 Processor, but is updated with USB-C connector.
11+
We are celebrating the anniversary of our flagship board, Arduino UNO, by producing a just as effective and versatile miniature: The Arduino UNO Mini. This board is, just as its big brother, equipped with the ATMega328P and the ATMega 16U2 Processor, but is updated with USB-C® connector.
1212

1313
# Target Areas:
1414
Hobby-making, future-shaping, engineering, designing, problem-solving

‎content/hardware/02.hero/boards/uno-mini-le/features.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<FeatureDescription>
22

3-
The **UNO Mini Limited Edition (LE)** is a miniature version of the classic <a href="../uno-rev3">Arduino UNO board</a>. It is based on the **ATmega328P** microcontroller, has USB-C connector for programming and powering the board, and pins available for connecting external power sources. It also comes with the standard set of female pin connectors, built-in LED, reset button and everything else that the standard UNO have, but at **25% the area size!**.
3+
The **UNO Mini Limited Edition (LE)** is a miniature version of the classic <a href="../uno-rev3">Arduino UNO board</a>. It is based on the **ATmega328P** microcontroller, has USB-C® connector for programming and powering the board, and pins available for connecting external power sources. It also comes with the standard set of female pin connectors, built-in LED, reset button and everything else that the standard UNO have, but at **25% the area size!**.
44

55
</FeatureDescription>
66

‎content/hardware/02.hero/boards/uno-mini-le/product.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ productCode: '117'
77
certifications: [CE, UKCA, FCC, RCM]
88
---
99

10-
The Arduino UNO Mini Limited Edition (LE) is a unique black & gold board, that pays tribute to everyones favorite maker board: [the Arduino UNO](https://store-usa.arduino.cc/products/arduino-uno-rev3). It is only 25% of the area size of the original UNO, comes with a USB-C connector and is delivered in a special case.
10+
The Arduino UNO Mini Limited Edition (LE) is a unique black & gold board, that pays tribute to everyones favorite maker board: [the Arduino UNO](https://store-usa.arduino.cc/products/arduino-uno-rev3). It is only 25% of the area size of the original UNO, comes with a USB-C® connector and is delivered in a special case.

‎content/hardware/02.hero/boards/uno-mini-le/tutorials/uno-mini-le-guide/uno-mini-le-guide.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ software:
1515

1616
The [Arduino UNO Mini LE](https://store.arduino.cc/uno-mini-le) is a great little board that is very much like its dad: the good ol' UNO. It uses the same microcontroller, **ATmega328P** and the same USB-Serial Processor **ATmega16U2**, but differs in size and some other areas. Some notable differences are:
1717

18-
- The UNO Mini LE has a USB-C connector
18+
- The UNO Mini LE has a USB-C® connector
1919
- The female header pins are half the pitch of the original UNO (due to its small size).
2020
- It does not feature a barrel plug connector for external power supply. Instead, there are two pins available for connecting external power supplies: **VIN** and **GND**. The limit for these pins are 6-21V and should not be exceeded.
2121

@@ -33,7 +33,7 @@ The goal with this guide is to:
3333

3434
- [Arduino UNO Mini LE](https://store.arduino.cc/uno-mini-le)
3535
- Arduino IDE ([online](https://create.arduino.cc/) or [offline](https://www.arduino.cc/en/main/software) versions).
36-
- USB-C cable.
36+
- USB-C® cable.
3737

3838
## Setup & Installation
3939

‎content/hardware/02.hero/boards/yun-rev2/tutorials/yun-first-config/content.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -580,9 +580,9 @@ void startSerialTerminal() {
580580
bool commandMode = false;
581581
void loopSerialTerminal() {
582582
583-
// copy from USB-CDC to UART
583+
// copy from USB-C®DC to UART
584584
585-
int c = SERIAL_PORT_USBVIRTUAL.read(); // read from USB-CDC
585+
int c = SERIAL_PORT_USBVIRTUAL.read(); // read from USB-C®DC
586586
587587
if (c != -1) { // got anything?
588588
@@ -644,13 +644,13 @@ void loopSerialTerminal() {
644644
645645
}
646646
647-
// copy from UART to USB-CDC
647+
// copy from UART to USB-C®DC
648648
649649
c = SERIAL_PORT_HARDWARE.read(); // read from UART
650650
651651
if (c != -1) { // got anything?
652652
653-
SERIAL_PORT_USBVIRTUAL.write(c); // write to USB-CDC
653+
SERIAL_PORT_USBVIRTUAL.write(c); // write to USB-C®DC
654654
655655
}
656656
}

‎content/hardware/03.nano/carriers/nano-motor-carrier/tutorials/nano-matlab-wifi-led/nanoMatlabWiFiLED.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The goals of this project are:
3131

3232
- [Arduino Nano 33 IoT](https://store.arduino.cc/products/arduino-nano-33-iot)
3333
- [Arduino Nano Motor Carrier](https://store.arduino.cc/products/arduino-nano-motor-carrier)
34-
- [Micro USB Cable](https://store.arduino.cc/products/usb-cable-type-a-male-to-micro-type-b-male)
34+
- [Micro USB Cable](https://store.arduino.cc/products/USB-C®able-type-a-male-to-micro-type-b-male)
3535
- Single cell LiPo/Li-ion 18650 battery and holder with XT30 connector
3636
- Valid MATLAB® licence
3737
- [MATLAB® Support Package for Arduino® Hardware](https://www.mathworks.com/matlabcentral/fileexchange/47522-matlab-support-package-for-arduino-hardware)

‎content/hardware/03.nano/carriers/nano-motor-carrier/tutorials/nano-simulink-wifi-led/nanoSimulinkWiFiLED.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The goals of this project are:
3333

3434
- [Arduino Nano 33 IoT](https://store.arduino.cc/products/arduino-nano-33-iot)
3535
- [Arduino Nano Motor Carrier](https://store.arduino.cc/products/arduino-nano-motor-carrier)
36-
- [Micro USB Cable](https://store.arduino.cc/products/usb-cable-type-a-male-to-micro-type-b-male)
36+
- [Micro USB Cable](https://store.arduino.cc/products/USB-C®able-type-a-male-to-micro-type-b-male)
3737
- Single cell LiPo/Li-ion 18650 battery and holder with XT30 connector
3838
- Valid MATLAB® and Simulink® license
3939
- [Simulink® Support Package for Arduino® Hardware](https://www.mathworks.com/matlabcentral/fileexchange/40312-simulink-support-package-for-arduino-hardware)

‎content/hardware/04.pro/boards/portenta-h7/datasheets/datasheet.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ Laboratory equipment, Computer vision
262262
<td>Up to 128 MByte</td>
263263
</tr>
264264
<tr>
265-
<td rowspan="4" style="vertical-align: top;" >USB-C</td>
265+
<td rowspan="4" style="vertical-align: top;" >USB-C®</td>
266266
<td>High speed (optional/FUll Speed USB)</td>
267267
<td></td>
268268
<td rowspan="3"></td>
@@ -500,9 +500,9 @@ Laboratory equipment, Computer vision
500500

501501
## Connector Pinouts
502502

503-
![USB-C Pinout](assets/portentaH7_PinoutUSB-C.png)
503+
![USB-C® Pinout](assets/portentaH7_PinoutUSB-C.png)
504504

505-
### USB-C
505+
### USB-C®
506506

507507
| Pin | **Description** | **Pin** | **Description** |
508508
| ------- | ------------------------------------------------------------ | --------------- | -------------------------------------------------------- |
@@ -556,7 +556,7 @@ Depending on the variant, some of the components does not apply. The image below
556556
| U3 | USB HS PHY | U12, U13, U14 | ESD protection* |
557557
| U4 | SDRAM | U16 | Crypto Chip (Microchip) |
558558
| U5 | Ethernet PHY | J1, J2 | High Density Connectors |
559-
| U6 | MIPI to USB-C/DisplayPort converter* | ANT1 | Antenna or U.FL Connector** |
559+
| U6 | MIPI to USB-C®/DisplayPort converter* | ANT1 | Antenna or U.FL Connector** |
560560
| U7 | Level Shifter* | JANALOG JDIGITAL | MKR Compatible headers |
561561
| U8 | I2C level shifter* | J4 | Battery Connector |
562562
| U9 | Wifi/BT Module** | J5 | ESLOV Connector |

‎content/hardware/04.pro/boards/portenta-h7/tutorials/ble-connectivity/content.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ To communicate with the Portenta H7 via Bluetooth®, you need to upload a pre-bu
5050

5151
### 1. The Basic Setup
5252

53-
Begin by plugging in your Portenta board to the computer using a USB-C cable and open the Arduino IDE. If this is your first time running Arduino sketch files on the board, we suggest you check out how to [set up the Portenta H7 for Arduino](setting-up-portenta) before you proceed.
53+
Begin by plugging in your Portenta board to the computer using a USB-C® cable and open the Arduino IDE. If this is your first time running Arduino sketch files on the board, we suggest you check out how to [set up the Portenta H7 for Arduino](setting-up-portenta) before you proceed.
5454

55-
![The Portenta H7 can be connected to the computer using an appropriate USB-C cable](assets/por_ard_ble_basic_setup.svg)
55+
![The Portenta H7 can be connected to the computer using an appropriate USB-C® cable](assets/por_ard_ble_basic_setup.svg)
5656

5757
### 2. Install the ArduinoBLE Library
5858

‎content/hardware/04.pro/boards/portenta-h7/tutorials/creating-gui-with-lvgl/content.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ In this tutorial you will learn to use [LVGL](https://lvgl.io/) to create a simp
3434
### Required Hardware and Software
3535

3636
- [Portenta H7 (ABX00042)](https://store.arduino.cc/products/portenta-h7)
37-
- USB-C cable (either USB-A to USB-C or USB-C to USB-C)
37+
- USB-C® cable (either USB-A to USB-C® or USB-C® to USB-C®)
3838
- Arduino IDE 1.8.10+ or Arduino Pro IDE 0.0.4+
39-
- USB-C hub with HDMI
39+
- USB-C® hub with HDMI
4040
- External monitor
4141
- HDMI cable
4242

@@ -54,9 +54,9 @@ This tutorial will guide you through building a basic user interface using the L
5454

5555
### 1. The Basic Setup
5656

57-
Begin by plugging your Portenta board into the computer using a USB-C cable and open the Arduino IDE. If this is your first time running Arduino sketch files on the board, we suggest you check out how to [set up the Portenta H7 for Arduino](setting-up-portenta) before you proceed.
57+
Begin by plugging your Portenta board into the computer using a USB-C® cable and open the Arduino IDE. If this is your first time running Arduino sketch files on the board, we suggest you check out how to [set up the Portenta H7 for Arduino](setting-up-portenta) before you proceed.
5858

59-
![The Portenta H7 can be connected to the computer using an appropriate USB-C cable](assets/por_ard_lvgl_basic_setup.svg)
59+
![The Portenta H7 can be connected to the computer using an appropriate USB-C® cable](assets/por_ard_lvgl_basic_setup.svg)
6060

6161
### 2. Download the LVGL Library
6262

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /