Skip to content

MegaCoreX v1.0.2

Compare
Choose a tag to compare
@MCUdude MCUdude released this 27 Apr 13:03
· 196 commits to master since this release

Changelog:

  • Fix issue where SPI SS pin was incorrectly initialized
  • Improve EEPROM library
    • You can now use the EEPROM library to write to USERROW. Use address 256-319 to access this.
  • Implement "classic" pinMode, digitalRead and digitalWrite that doesn't use enums
  • Implement digitalReadFast and digitalWriteFast for high speed IO (#58)
  • Improve analogRead speed
  • Add PIN macros
    • You can now use PIN_PA0 to refer to pins instead of the "standard" Arduino pin number. Great for portable code!
  • Improve micros accuracy