Skip to content

MicroCore v2.1.0

Compare
Choose a tag to compare
@MCUdude MCUdude released this 12 Aug 12:40
· 45 commits to master since this release

Changelog:

  • Enable global interrupts by default
  • Add support for delayMicroseconds not known at compile time
  • Add TinyWire i2c library
    • This is a highly optimized software implementation that lets you use the ATtiny13 as an i2c master
    • i2c scanner and i2c EEPROM examples are provided