This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
products:sbc:common:applications:gpio:pwm [2024/08/06 08:36] nick |
products:sbc:common:applications:gpio:pwm [2024/08/22 02:40] (current) nick |
||
---|---|---|---|
Line 221: | Line 221: | ||
echo 500000 | sudo tee / | echo 500000 | sudo tee / | ||
echo 1 | sudo tee / | echo 1 | sudo tee / | ||
- | ``` | ||
- | |||
- | <tabbox VIM4/4N with 5.15 kernel> | ||
- | |||
- | ```shell | ||
- | echo 1 | sudo tee / | ||
- | echo 1000000 | sudo tee / | ||
- | echo 500000 | sudo tee / | ||
- | echo 1 | sudo tee / | ||
``` | ``` | ||
Line 255: | Line 246: | ||
```shell | ```shell | ||
echo 0 | sudo tee / | echo 0 | sudo tee / | ||
- | ``` | ||
- | |||
- | <tabbox VIM4/4N with 5.15 kernel> | ||
- | ```shell | ||
- | echo 0 | sudo tee / | ||
``` | ``` | ||