omnid / nuhal

Miscellaneous cross-platform (including microcontroller) C utilities
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Added angle normalization function #2

Closed billiestrong closed 3 years ago

billiestrong commented 3 years ago

Added a function to normalize angles between -pi and +pi. This required linking standard math library, and development of new test case.

Made this change in conjunction with omnid_firmware PR #5.