Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit 78c5c36

Browse files
sebromeroLenardgeorge
authored andcommitted
Edge control Getting Started fixes (#104)
* Remove mention of library manager * Add edge control getting started to list * Fix incorrect image caption
1 parent 3d0c992 commit 78c5c36

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

content/tutorials/portenta-h7/ec-ard-gs/content.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ The Edge Control board is a versatile tool that allows agriculturalists to devel
2626

2727
## Instructions
2828

29-
In this getting started tutorial you will set up the Edge Control board and blink an LED. You will first learn to install the core and download the library from the library manager. You will write a simple blink sketch using some fundamental APIs provided by the Arduino Edge Control Library. You will need to connect your board to an external power source and therefore have a LiPo battery or a power source with you when running the sketch.
29+
In this getting started tutorial you will set up the Edge Control board and blink an LED. You will first learn to install the core from the Boards Manager. You will write a simple blink sketch using some fundamental APIs provided by the Arduino Edge Control Library. You will need to connect your board to an external power source and therefore have a LiPo battery or a power source with you when running the sketch.
3030

3131
### 1. Get to Know the Board
3232

3333
The Arduino Edge Control board is designed to address the needs of **precision farming**. It provides a low power control system and modular connectivity allows you to adapt the board to your specific farming needs. The following image gives you an overview of some of the core features of the board that you need to be aware of before you can get started with the board.
3434

35-
![Download the Core](assets/ec_ard_gs_board_topology.svg)
35+
![The board topology](assets/ec_ard_gs_board_topology.svg)
3636

3737
**Terminal Blocks** allows you to connect up to
3838

content/tutorials/portenta-h7/metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"por-ard-kvs",
2020
"vs-ard-ttn",
2121
"por-ard-lvgl",
22-
"vs-openmv-ml"
22+
"vs-openmv-ml",
23+
"ec-ard-gs"
2324
]
2425
}

0 commit comments

Comments
 (0)