This shows you the differences between two versions of the page.
| pwm_output [2016/01/10 21:03] – created bullar | pwm_output [2016/01/10 21:27] (current) – bullar | ||
|---|---|---|---|
| Line 29: | Line 29: | ||
| cd pwm0 | cd pwm0 | ||
| echo 20000000 > period | echo 20000000 > period | ||
| - | echo 1000000 | + | echo 2000000 |
| echo 1 > enable | echo 1 > enable | ||
| echo 0 > enable | echo 0 > enable | ||
| Line 35: | Line 35: | ||
| echo 0 > unexport | echo 0 > unexport | ||
| </ | </ | ||
| + | |||
| + | Output on PWM0: | ||
| + | |||
| + | {{:: | ||
| + | |||
| + | |||
| + | |||
| Example C-Program (part of RC-Test program: | Example C-Program (part of RC-Test program: | ||