I just realized that the RPi.GPIO library (for programming the Raspberry Pi's input/output) already has PWM control, giving me a much more efficient control of duty cycles...
At least the previous exercise ("duty cycle testing") refreshed me on it.
PWM control on RPi.GPIO: http://code.google.com/p/raspberry-gpio-python/wiki/PWM
At least the previous exercise ("duty cycle testing") refreshed me on it.
PWM control on RPi.GPIO: http://code.google.com/p/raspberry-gpio-python/wiki/PWM
Comments
Post a Comment