Skip to content

Commit 7ce8595

Browse files
committed
Linter fixes
1 parent 3eafde0 commit 7ce8595

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/hardware/10.mega/boards/due/datasheet/datasheet.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -381,13 +381,13 @@ In the following drawing you can see the main integrated circuits and passive co
381381

382382
</div>
383383

384-
#### Native USB port
384+
#### Native USB Port
385385

386386
<p style="text-align: justify;">The Arduino Due's Native USB port features a USB Type-B connector. This port allows the board to communicate directly with a computer as a USB device, enabling functionalities such as USB host/device capabilities and USB OTG (On-The-Go) functionality.</p>
387387

388388
![Arduino Due USB port](assets/DueUSBPorts.jpg)
389389

390-
#### Programming USB port
390+
#### Programming USB Port
391391

392392
<p style="text-align: justify;">This port allows the board to be programmed and powered via a USB connection to a computer. It facilitates serial communication between the Arduino Due and the computer, enabling the uploading of sketches and interaction with the Arduino IDE. The port is connected to the ATmega16U2 microcontroller, which acts as a USB-to-serial converter, simplifying the programming process. When connected to a computer, the Arduino IDE recognizes the board as a COM port, enabling seamless communication for programming and debugging purposes.</p>
393393

@@ -491,7 +491,7 @@ These pins offer a range of functionalities, including digital input/output, ser
491491

492492
</div>
493493

494-
#### D22 to D53 on the left-hand side (LHS) and right-hand side (RHS)
494+
#### D22 to D53 on Left and Right Side
495495

496496
<p style="text-align: justify;">These digital pins provide a wide range of GPIO (General Purpose Input/Output) capabilities for interfacing with external sensors, actuators, and other digital devices in Arduino Due projects. </p>
497497

0 commit comments

Comments
 (0)