graycatlabs / PyBBIO

A Python library for Arduino-style hardware IO support on the Beaglebone
https://github.com/graycatlabs/PyBBIO/wiki
MIT License
251 stars 89 forks source link

typo in config.py #84

Closed n-epifanov closed 8 years ago

n-epifanov commented 8 years ago

Hi,

671 # Default frequency in Hz of PWM modules (must be >0):
672 PWM_DEFAULT_FREQ = 100000

either typo here or in the wiki where it says 10kHz.

alexanderhiam commented 8 years ago

Good catch, I did mean for the default to be 100kHz, just fixed it in the wiki. Thanks!