Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
ctboard:peripherals:led [2016/09/01 11:35] – [Programming Example] ruan | ctboard:peripherals:led [2022/12/23 11:06] (current) – ruan | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== LED ====== | ====== LED ====== | ||
- | On the CT Board are 32 LEDs mounted. They are arranged in 4 groups of 8 LEDs and are **" | + | The CT Board features |
E.g. the LEDs are on if a logical **" | E.g. the LEDs are on if a logical **" | ||
Line 7: | Line 7: | ||
> Supported [[ctboard: | > Supported [[ctboard: | ||
\\ | \\ | ||
+ | |||
+ | ===== Registers ===== | ||
+ | |||
+ | The registers are read / write. | ||
+ | |||
+ | \\ {{ctboard_led_reg.svg}} \\ \\ | ||
+ | |||
+ | ===== Diagram ===== | ||
+ | |||
+ | \\ {{: | ||
===== Programming Example ===== | ===== Programming Example ===== | ||
- | The code snippets below shows how to use the LEDs. | + | The code snippets below show how to use the LEDs. |
<code c> | <code c> | ||
Line 31: | Line 41: | ||
\\ | \\ | ||
- | ===== Registers ===== | ||
- | |||
- | The Registers are read / write. | ||
- | |||
- | \\ {{ctboard_led_reg.svg}} \\ \\ | ||
- | |||
- | ===== Diagram ===== | ||
- | |||
- | \\ {{: |