This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
products:sbc:common:applications:gpio:pwm [2026/09/14 05:00] nick |
products:sbc:common:applications:gpio:pwm [2026/09/14 05:02] (current) nick |
||
|---|---|---|---|
| Line 250: | Line 250: | ||
| echo 500000 | sudo tee / | echo 500000 | sudo tee / | ||
| echo 1 | sudo tee / | echo 1 | sudo tee / | ||
| + | ``` | ||
| + | |||
| + | <tabbox VIM 5> | ||
| + | |||
| + | ```shell | ||
| + | set -- / | ||
| + | PWM_J=$1 | ||
| + | echo 0 | sudo tee " | ||
| + | echo 1000000 | sudo tee " | ||
| + | echo 500000 | sudo tee " | ||
| + | echo 1 | sudo tee " | ||
| ``` | ``` | ||
| Line 271: | Line 282: | ||
| ```shell | ```shell | ||
| echo 0 | sudo tee / | echo 0 | sudo tee / | ||
| + | ``` | ||
| + | <tabbox VIM3L/ | ||
| + | ```shell | ||
| + | echo 0 | sudo tee / | ||
| + | ``` | ||
| + | <tabbox VIM 5> | ||
| + | ```shell | ||
| + | set -- / | ||
| + | PWM_J=$1 | ||
| + | echo 0 | sudo tee " | ||
| ``` | ``` | ||
| <tabbox VIM3L/ | <tabbox VIM3L/ | ||