Skip to content

Commit bf70e0c

Browse files
committed
remove the TODO for the resource for now, we can add it later on anyways
1 parent 759a9ee commit bf70e0c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/05-led-roulette/light-it-up.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,10 @@ proceed to construct the `ROW1` and `COL1` pin using the two lines below, initia
8989
> want to figure it out, have a look [here](https://en.wikipedia.org/wiki/Push%E2%80%93pull_output).
9090
9191
Now we can finally light the LED connected to `ROW1`, `COL1` up by setting the `ROW1` pin to high (i.e. switching it on).
92-
The reason we can leave `COL1` set to low is because of how the LED [matrix circuit works]. Furthermore, `embedded-hal` is
92+
The reason we can leave `COL1` set to low is because of how the LED matrix circuit works. Furthermore, `embedded-hal` is
9393
designed in a way that every operation on hardware can possibly return an error, even just toggling a pin on or off. Since
9494
that is highly unlikely in our case, we can just `unwrap()` the result.
9595

96-
[matrix circuit works]: TODO ADD LINK, suggestion? @code reviewers
9796

9897
## Testing it
9998

0 commit comments

Comments
 (0)