Skip to content

Releases: dmadison/ServoInput

Version 2.0.0

29 Jan 16:35
5f58ed4
Compare
Choose a tag to compare

API Changes:

  • Users must call servo.attach() before reading signals. Interrupts no longer attach on class construction.
  • attachInterrupt() and detachInterrupt() class functions have been refactored to attach() and detach()

Bug Fixes:

  • Fixed a runtime issue with platforms that do not set up their IRQ table until main() (e.g. Uno R4, ESP32)
  • Fixed a compilation issue with platforms that use macros for interrupt handling
  • Fixed a compilation issue with platforms that do not define NOT_AN_INTERRUPT

Thank you to @Risto-H for their help in debugging and testing for this release!

Version 1.0.3

29 Nov 01:19
79bd516
Compare
Choose a tag to compare

Improvements:

  • Adds support for Teensy 4.0 / 4.1 / MicroMod. Thank you @seantfish!

Version 1.0.2

11 Jan 08:08
228bb4d
Compare
Choose a tag to compare

Improvements:

  • Adds non-specialized support for all Arduino-compatible boards

Version 1.0.1

31 Oct 13:31
ab8eacd
Compare
Choose a tag to compare

Improvements:

  • Adds support for the Arduino MKR family of boards which use the SAMD21 MCU.

Version 1.0.0

25 Aug 19:45
Compare
Choose a tag to compare

Initial release!