fossasia / pslab-firmware

Firmware for PSLab Open Hardware Platform https://pslab.io
Apache License 2.0
1.56k stars 76 forks source link

refactor: update timer and ic modules #136

Closed CloudyPadmal closed 2 years ago

CloudyPadmal commented 2 years ago

This PR updates existing timer and input capture modules to have more documentation and combined methods to simplify register calls.

126 has these changes but it makes that rather long pull request. Instead this PR cherry-picks the changes related to ic and timer modules to make #126 short in code length.

CloudyPadmal commented 2 years ago

This pr addressed the requested changes in #126

CloudyPadmal commented 2 years ago

Thanks Alex!