Skip to content

MegaCore v2.1.0

Compare
Choose a tag to compare
@MCUdude MCUdude released this 19 Feb 20:19
· 98 commits to master since this release

Changelog:

  • Add MPLAB SNAP and PICkit4 programmers
  • Fix incorrect low fuse setting for ATmega2561 (#155)
  • 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
  • Improve timing accuracy for all supported clock frequencies. Huge thanks to @cburstedde!