Skip to content

MiniCore v2.0.7

Compare
Choose a tag to compare
@MCUdude MCUdude released this 10 Oct 10:42
· 102 commits to master since this release
b276df7

Changelog:

  • Update Wire and Wire1 library (#150)
    • Wire and Wire1 is now based on the same class (TwoWire), so Wire1 can be passed to any library that expects a TwoWire object
    • Big thanks to @asukiaaa for doing all the hard work
  • Update Arduino corefiles
    • Remove sbi and cbi macros, and use regular bitshifts instead for faster code execution and reduced compiled size