Skip to content

Commit 7ec1637

Browse files
committed
Remove OpenMV Mentions
1 parent ccf5dc7 commit 7ec1637

File tree

1 file changed

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

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ hardware:
1919
software:
2020
- ide-v1
2121
- ide-v2
22-
- OpenMV
2322
- web-editor
2423
---
2524

@@ -55,11 +54,8 @@ The **GIGA R1** can be programmed through:
5554

5655
- The **Classic Arduino IDE 1.8.X**,
5756
- the **Arduino IDE 2.0.X**,
58-
- the OpenMV IDE,
5957
- and the Web-editor.
6058

61-
To set the board up to be programmed with the OpenMV IDE in MicroPython, check out the [Boot0 section](#boot0) of this article.
62-
6359
## Core
6460

6561
The GIGA R1 is based on the [Arduino Core for mbed devices](https://github.com/arduino/ArduinoCore-mbed), which also provides a set of examples that works out of the box.
@@ -96,8 +92,6 @@ To read the state of the Boot0 button in your sketch, you use this line of code:
9692
digitalRead(PC_13);
9793
```
9894

99-
Booting the board into DFU-mode will also let you configure it with the OpenMV IDE to program the board with MicroPython, to for example deploy a trained ML model analysing a real time camera feed.
100-
10195
## STM32H747XI Microcontroller
10296

10397
The GIGA R1 boards feature the powerful dual core **STM32H747XI** microcontroller found on the Arduino PRO familys Portenta H7 board, but in a form factor accessible to any maker who has tinkered with an Arduino board before.

0 commit comments

Comments
 (0)