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:03] nick [Table] |
products:sbc:common:applications:gpio:led [2026/05/11 02:23] (current) nick |
||
|---|---|---|---|
| Line 17: | Line 17: | ||
| ^ Edge1 | ^ Edge1 | ||
| | ::: | | ::: | ||
| - | ^ Edge2 | + | ^ Edge2/ |
| | ::: | | ::: | ||
| | ::: | | ::: | ||
| Line 49: | Line 49: | ||
| ```shell | ```shell | ||
| - | $ echo heartbeat | sudo / | + | $ echo heartbeat | sudo tee / |
| ``` | ``` | ||
| Line 87: | Line 87: | ||
| <tabbox Edge1> | <tabbox Edge1> | ||
| - | We will use sys_led as an example: | + | We will use '' |
| **Turn off** | **Turn off** | ||
| Line 109: | Line 109: | ||
| ```shell | ```shell | ||
| - | $ echo heartbeat | sudo / | + | $ echo heartbeat | sudo tee / |
| ``` | ``` | ||
| You can also experiment with other parameters. | You can also experiment with other parameters. | ||
| - | <tabbox Edge2> | + | <tabbox Edge2/Edge-2L> |
| - | We will use red_led | + | We will use '' |
| **Turn off** | **Turn off** | ||
| Line 137: | Line 137: | ||
| ```shell | ```shell | ||
| - | $ echo heartbeat | sudo / | + | $ echo heartbeat | sudo tee / |
| ``` | ``` | ||
| The others are similar. | The others are similar. | ||