Skip to content

Commit 79ae2b0

Browse files
Finished user manuals
1 parent dd47b79 commit 79ae2b0

File tree

11 files changed

+175
-86
lines changed

11 files changed

+175
-86
lines changed
Loading

Diff for: content/hardware/01.mkr/01.boards/mkr-zero/tutorials/mkr-zero-user-manual/content.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ software:
1717

1818
This user manual provides a comprehensive overview of the MKR Zero board, highlighting its hardware and software elements. With it, you will learn how to set up, configure, and use all the main features of a MKR Zero board.
1919

20-
![ ](assets/hero-banner.png)
21-
2220
## Hardware and Software Requirements
2321

2422
### Hardware Requirements
@@ -32,7 +30,7 @@ This user manual provides a comprehensive overview of the MKR Zero board, highli
3230
- [SD library](https://docs.arduino.cc/libraries/sd/)
3331
- [Arduino SAMD boards core](https://github.com/arduino/ArduinoCore-samd) (required to work with the MKR Zero board)
3432

35-
## Maker Zero Overview
33+
## MKR Zero Overview
3634

3735
The MKR ZERO brings you the power of a Zero in the smaller format established by the MKR form factor. The MKR ZERO board acts as a great educational tool for learning about 32-bit application development. It has an on-board SD connector with dedicated SPI interfaces (SPI1) that allows you to play with MUSIC files with no extra hardware! The board is powered by Atmel’s SAMD21 MCU, which features a 32-bit ARM® Cortex® M0+ core.
3836

@@ -124,11 +122,11 @@ In the Library Manager tab, search for `SD` and install the latest version of th
124122

125123
In the `SD` library there are a few examples that makes use of the libraries functions. Access the examples by navigating to **File > Examples > SD**.
126124

127-
![Accessing the examples]()
125+
![Accessing the examples](assets/sd-examples.png)
128126

129-
To use this library put an SD card into the MKR Zero boards SD card slot.
127+
To use this library put a micro SD card into the MKR Zero boards SD card slot.
130128

131-
![Inserting the SD card to the MKR Zero board](<assets/circuit-sd-card.png)
129+
![Inserting the SD card to the MKR Zero board](assets/circuit-sd-card.png)
132130

133131
The examples can be used to test the SD card connection. Here are the examples in the library:
134132

Diff for: content/hardware/01.mkr/02.shields/mkr-eth-shield/tutorials/mkr-eth-shield-user-manual/content.md

+171-80
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)