Skip to content

MicroCore v1.0.3

Compare
Choose a tag to compare
@MCUdude MCUdude released this 13 Jan 23:38
· 195 commits to master since this release

Changelog:

  • Add support for Atmel-ICE and ArduinoISP.org programmers
  • Fix issue that caused 0% and 100% PWM duty cycle to fail
  • Improved preference of the map() function
  • Add ADC prescaler option in core_settings.h
  • Improve shiftIn() and shiftOut() speed
  • Add missing pin related macros for improved compatibility with existing Arduino libraries
  • Add Arduino tone library
  • Add tinySPI library to make the ATtiny13 act as an SPI master
  • Remove compiler flag menu (seems like most uses use -Os anyways)