Skip to content

Commit ccf5dc7

Browse files
committed
Update cheat-sheet.md
1 parent 68f112c commit ccf5dc7

File tree

1 file changed

+5
-5
lines changed
  • content/hardware/08.mega/boards/giga-r1/tutorials/cheat-sheet

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ As [Arduino Core for mbed devices](https://github.com/arduino/ArduinoCore-mbed)
7272

7373
On most Arduino boards, when a sketch fails due to e.g. memory shortage, the board resets.
7474

75-
On the GIGA R1, whenever the MbedOS fails, the board does **not reset automatically**. Instead, if it fails, the onboard red LED will start to blink.
75+
On the GIGA R1, whenever the MbedOS fails, the board does **not reset automatically**. Instead, if it fails, the onboard red LED will start to blink in a looping pattern of 4 fast blinks and 4 slow blinks.
7676

7777
***Please note, the red LED does NOT mean your board is broken or bricked.***
7878

@@ -225,7 +225,7 @@ if (dac1.available()) {
225225
}
226226
```
227227

228-
The options for audio playback and generation on your GIGA R1 are **much** more vast than this, however. To learn about audio playback in depth, check out the [GIGA R1 Audio Guide](/tutorials/giga-r1/giga-audio).
228+
***The options for audio playback and generation on your GIGA R1 are **much** more vast than this, however. To learn about audio playback in depth, check out the [GIGA R1 Audio Guide](/tutorials/giga-r1/giga-audio).***
229229

230230
### ADC Input
231231

@@ -262,13 +262,13 @@ Finally, read the ADC, and store it in a way that you can use it, do this within
262262
buf.release();
263263
```
264264

265-
The options for audio input on your GIGA R1 are **much** more vast than this, however. To learn about audio recording in depth, check out the [GIGA R1 Audio Guide](/tutorials/giga-r1/giga-audio).
265+
***The options for audio input on your GIGA R1 are **much** more vast than this, however. To learn about audio recording in depth, check out the [GIGA R1 Audio Guide](/tutorials/giga-r1/giga-audio).***
266266

267267
## MIPI Display Interface
268268

269269
The **STM32H747XI** has an internal 2D graphics accelerator with support for resolutions up to 1024x768, it also has the ability to encode and decode JPEG codec. This is what allows the **GIGA R1** to boast a 2 lane MIPI display interface.
270270

271-
This means that the **GIGA R1** is capable of driving a touch-display large enough to build a substantial user interface. The [LVGL](https://lvgl.io) library is a powerful tool to quickly build a responsive interface.
271+
This means that the **GIGA R1** is capable of driving a touch-display large enough to build a substantial user interface. The [LVGL](https://lvgl.io) library is a powerful tool to quickly build an interactive interface.
272272

273273
## USB Features
274274

@@ -923,7 +923,7 @@ The **GIGA R1** also has two DAC pins, A12 & A13, that can act as genuine analog
923923
analogWrite(pin, value);
924924
```
925925

926-
![DAC Pins](assets/AudioJack.png)
926+
![DAC Pins](assets/audio-jack.png)
927927

928928
These DAC pins have a default write resolution of 8-bits. This means that values that are written to the pin should be between 0-255.
929929

0 commit comments

Comments
 (0)