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

Commit ae99470

Browse files
committed
Code typo (#47)
1 parent 232cfcd commit ae99470

File tree

1 file changed

+2
-0
lines changed
  • content/tutorials/portenta-h7/por-ard-dcp

1 file changed

+2
-0
lines changed

content/tutorials/portenta-h7/por-ard-dcp/content.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ Let's now to create a new sketch to blink both of LEDs with random sequences, t
118118
Let's start by opening a new sketch and naming it **blink_2cores.ino**. Then let's add the following lines of code.
119119

120120
```cpp
121+
int myLED;
122+
121123
void setup() {
122124

123125
randomSeed(analogRead(0));

0 commit comments

Comments
 (0)