jcchurch13 / Mechaduino-Firmware

Hardware available here:
http://tropical-labs.com
Other
391 stars 233 forks source link

added analogFastWrite #8

Closed jcchurch13 closed 8 years ago

jcchurch13 commented 8 years ago

The latest arduino zero board files (1.6.7 and up) have a much lower PWM frequency than previous versions (732.4Hz , down from 187.5kHz). This causes audible hissing when used with the Mechaduino. We added the analogFastWrite command to provide 187.5kHz PWM to eliminate this issue.