MightyCore v2.1.0
Changelog:
- Fix missing parenthesis in the round() macro that caused it to return incorrect results
- Revert abs() macro to use the "standard" Arduino implementation rather than being a wrapper for
__builtin_abs()
- Apparently,
__builtin_abs()
doesn't handle floats
- Apparently,
- Improve timing accuracy for all supported clock frequencies. Huge thanks to @cburstedde!
- Add MPLAB SNAP and PICkit4 programmers