Last active
January 14, 2018 10:31
-
-
Save boochow/aeec270153265a588b0a6eca624e4ad9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pi@pi-zero-w:~$ gpio mode 1 pwm | |
pi@pi-zero-w:~$ gpio pwm-ms | |
pi@pi-zero-w:~$ gpio pwmc 192 | |
pi@pi-zero-w:~$ gpio pwmr 2000 | |
pi@pi-zero-w:~$ gpio pwm 1 150 | |
pi@pi-zero-w:~$ gpio pwm 1 100 | |
pi@pi-zero-w:~$ gpio pwm 1 200 | |
pi@pi-zero-w:~$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment