Skip to content
Snippets Groups Projects
Commit 87b38ae3 authored by Alexandru RADOVICI's avatar Alexandru RADOVICI
Browse files

Merge branch 'ioana_maria.culic-main-patch-45349' into 'main'

Added warning for LED wiring.

See merge request pmrust/pmrust.pages.upb.ro!66
parents 4247a194 456a3b2f
No related branches found
No related tags found
No related merge requests found
......@@ -287,6 +287,7 @@ pin.set_high();
pin.set_low();
```
:::tip
While the device initialization is specific to every hardware device (the example uses the
......@@ -410,6 +411,12 @@ uses one pin for control. Each LED connector has one single hole on the board,
marked with `RED`, `GREEN`, `BLUE` and `YELLOW` respectively. These are located in the **Connectors**
section of the board.
:::warning
The LEDs are connected so they will light up if the pin is set to `Level::Low` and turn off if the pin is set to `Level::High`.
:::
The four switches that the lab board provides are signaled with labels
`SW4`, `SW5`, `SW6` and `SW7` in the connectors section.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment