MiniCore v2.0.7
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