This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
products:sbc:common:applications:gpio:led [2022/08/29 10:00] nick [Setup LED] |
products:sbc:common:applications:gpio:led [2023/11/07 03:23] (current) nick |
||
|---|---|---|---|
| Line 10: | Line 10: | ||
| ===== Device LED configurations ===== | ===== Device LED configurations ===== | ||
| - | | | + | ^ |
| - | ^ VIM1/2 | / | + | ^ VIM1/ |
| - | ^ | + | ^ VIM3/ |
| - | | ::: | / | + | | ::: |
| - | ^ VIM1S/VIM4 | / | + | ^ VIM1S/ |
| - | ^ | + | ^ Edge1 |
| - | | ::: | / | + | | ::: |
| - | ^ | + | ^ Edge2 |
| - | | ::: | / | + | | ::: |
| + | | ::: | ||
| Line 48: | Line 49: | ||
| ```shell | ```shell | ||
| - | $ echo heartbeat | sudo / | + | $ echo heartbeat | sudo tee / |
| ``` | ``` | ||
| Line 86: | Line 87: | ||
| <tabbox Edge1> | <tabbox Edge1> | ||
| - | We will use sys_led as an example: | + | We will use '' |
| **Turn off** | **Turn off** | ||
| Line 108: | Line 109: | ||
| ```shell | ```shell | ||
| - | $ echo heartbeat | sudo / | + | $ echo heartbeat | sudo tee / |
| ``` | ``` | ||
| Line 114: | Line 115: | ||
| <tabbox Edge2> | <tabbox Edge2> | ||
| - | We will use red_led | + | We will use '' |
| **Turn off** | **Turn off** | ||
| Line 136: | Line 137: | ||
| ```shell | ```shell | ||
| - | $ echo heartbeat | sudo / | + | $ echo heartbeat | sudo tee / |
| ``` | ``` | ||
| The others are similar. | The others are similar. | ||