Skip to content

Releases: jnsbyr/arduino-samd21lpe

1.0.9

27 Jan 22:43
Compare
Choose a tag to compare
  • Analog2DigitalConverter, RealTimeClock, TimerCounter: attach ISR handler on demand
  • Analog2DigitalConverter, TimerCounter: changed access to private methods and members to protected
  • Analog2DigitalConverter::PIN_MAPPING: fixed mapping for AIN 10 .. 19
  • TimerCounter::enable: added TC4/TC5 32-bit mode cross check
  • documentation updated

1.0.8

21 Jan 11:56
Compare
Choose a tag to compare
  • call to System::reducePowerConsumption() keeps APBC bus divider at 1 instead of 128 for correct SERCOM baud rate calculation (Arduino SAMD21 SDK does not check divider settings but assumes F_CPU)