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:pwm [2024/08/06 08:35] nick |
products:sbc:common:applications:gpio:pwm [2024/08/22 02:40] (current) nick |
||
---|---|---|---|
Line 132: | Line 132: | ||
The '' | The '' | ||
- | ``` | + | ```diff |
diff --git a/ | diff --git a/ | ||
--- a/ | --- a/ | ||
Line 175: | Line 175: | ||
The '' | The '' | ||
- | ``` | + | ```diff |
--- a/ | --- a/ | ||
+++ b/ | +++ b/ | ||
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 / | ||
``` | ``` | ||