Skip to content

Commit 68f112c

Browse files
committed
fix spellchk+linter
1 parent 6a944b1 commit 68f112c

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

content/hardware/08.mega/boards/giga-r1/tutorials/cheat-sheet/cheat-sheet.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ The antenna connector (see image above) is located right next to the USB-C conne
175175

176176
The **GIGA R1** features an audio jack, with 2x DAC channels, and 1x ADC channel, and is capable of reading input from a microphone, as well as outputting sound through a speaker.
177177

178-
![Audio jack.](assets/audiojack.png)
178+
![Audio jack.](assets/audio-jack.png)
179179

180180
The audio jack is connected to the following pins:
181181
- **A12 / DAC0**
@@ -280,6 +280,8 @@ The GIGA R1 comes with support for HID, and can be used as either a keyboard or
280280

281281
### USBHost
282282

283+
![USB-A connector.](assets/usb.png)
284+
283285
The USB-A port you find on the **GIGA R1** is configured as a host-only port, meaning that it cannot be used to program the board, instead it is used to connect peripherals to the board.
284286

285287
The board can receive keyboard input, effectively enabling a few hundred more inputs without any wiring, or be used to read & write files on a USB flash drive, which makes it possible to for example, build a [datalogger](/tutorials/giga-r1/giga-usb#datalogger-example).
@@ -562,12 +564,12 @@ This makes the **GIGA R1** a powerful option for complex multilayered systems, a
562564

563565
The CAN pins on the **GIGA R1** are labelled `CANRX` and `CANTX`. Typically, transceiver breakouts are labelled with a similar syntax, and to connect them to the board, use the following wiring scheme:
564566

565-
| GIGA R1 | Tranceiver |
566-
| ------- | ---------- |
567-
| VCC | 3.3V |
568-
| GND | GND |
569-
| CANTX | CANTX\* |
570-
| CANRX | CANRX\* |
567+
| GIGA R1 | Transceiver |
568+
| ------- | ----------- |
569+
| VCC | 3.3V |
570+
| GND | GND |
571+
| CANTX | CANTX\* |
572+
| CANRX | CANRX\* |
571573

572574
***\*The name of CANTX/CANRX differs from product to product.***
573575

0 commit comments

Comments
 (0)