Skip to content

Commit 4d83958

Browse files
committed
Test correct html
1 parent c2496ee commit 4d83958

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

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

+7-5
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@ The Arduino Due combines the performance of the Atmel SAM3X8E microcontroller wi
2828
- **3D Printing & CNC Machines:** The Arduino Due can function as a versatile controller for DIY projects. By interfacing stepper motor drivers and end-stop switches with the Due's numerous I/O pins, enthusiasts can create their own 3D printers or CNC machines. The Due's high-speed processing capabilities enable precise control of stepper motors for accurate positioning and movement.
2929

3030
- **Prototyping:** The Arduino Due serves as an invaluable tool for quickly iterating and testing new ideas for IoT devices. By leveraging the Due's extensive I/O capabilities and compatibility with various sensors, communication modules, and actuators, developers can rapidly assemble and test prototypes of IoT devices. Whether it is a smart home sensor node, a weather station, or a remote monitoring system, the Arduino Due provides a flexible platform for integrating components, writing firmware, and validating functionality. With the Due's support for Arduino libraries and easy-to-use development environment, prototypers can focus on innovation and experimentation, accelerating the process of bringing ideas to fruition.
31-
</div>
32-
3331

32+
</div>
3433

3534
## Features
3635

@@ -332,7 +331,7 @@ The Arduino Due can be powered in multiple ways:
332331
- Using an external voltage source connected to VIN pin, which has a recommended voltage range of 7-12 VCC.
333332
- The Power Jack: The Due can be powered using a DC power supply connected to the power jack, which accepts a voltage range of 7 to 12 V.
334333

335-
**It is essential to note that the Arduino Due operates at 3.3 V, so any external power source must be regulated to this voltage level. Additionally, the power supply should be able to provide sufficient current for the board's operation and any connected peripherals.**
334+
**It is essential to note that the Arduino Due operates at 3.3 V, so any external power source must be regulated to this voltage level. Additionally, the power supply should be able to provide sufficient current for the board's operation and any connected peripherals.**
336335

337336
</div>
338337

@@ -586,7 +585,7 @@ The Arduino Due is a microcontroller board measuring 101.52 mm x 53.3 mm, featur
586585

587586
### Board Dimensions
588587

589-
The Arduino Due board outline and mounting holes dimensions are shown in the figure below; all the dimensions are in mm.
588+
The Arduino Due board outline and mounting holes dimensions are shown in the figure below; all the dimensions are in mm.
590589

591590
![Arduino Due Mounting Holes And Board Outline](assets/dueMechanical.png)
592591

@@ -722,4 +721,7 @@ Hereby, Arduino S.r.l. declares that this product is in compliance with essentia
722721

723722
| **Date** | **Revision** | **Changes** |
724723
| :--------: | :----------: | :-----------: |
725-
| 12/06/2024 | 1 | First release |
724+
| 12/06/2024 | 1 | First release |
725+
726+
</div>
727+
</div>

0 commit comments

Comments
 (0)