chipKIT32 / chipKIT-core

Downloadable chipKIT core for use with Arduino 1.6 - 1.8+ IDE, PlatformIO, and UECIDE
http://chipkit.net/
Apache License 2.0
59 stars 53 forks source link

Fis for Issue #435 : making servo library CPU speed aware #436

Closed EmbeddedMan closed 6 years ago

EmbeddedMan commented 6 years ago

Added per-CPU speed #defines to make servo library take into account the speed and prescaler values of the timers it uses.

EmbeddedMan commented 6 years ago

When looking at the diff, just look at commit #0ad60d6 (The others are just formatting cleanup)