Skip to content
Snippets Groups Projects
Commit 456a3b2f authored by Ioana-Maria RADOVICI's avatar Ioana-Maria RADOVICI Committed by Alexandru RADOVICI
Browse files

Added warning for LED wiring.

parent 4247a194
No related branches found
No related tags found
1 merge request!66Added warning for LED wiring.
...@@ -287,6 +287,7 @@ pin.set_high(); ...@@ -287,6 +287,7 @@ pin.set_high();
pin.set_low(); pin.set_low();
``` ```
:::tip :::tip
While the device initialization is specific to every hardware device (the example uses the 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, ...@@ -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** marked with `RED`, `GREEN`, `BLUE` and `YELLOW` respectively. These are located in the **Connectors**
section of the board. 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 The four switches that the lab board provides are signaled with labels
`SW4`, `SW5`, `SW6` and `SW7` in the connectors section. `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