Skip to content

Releases: ArminJo/ServoEasing

Improved output for Arduino Serial Plotter

24 Sep 20:41
Compare
Choose a tag to compare
  • Removed blocking wait for ATmega32U4 Serial in examples.
  • Improved output for Arduino Serial Plotter.

STM32 fix

03 Sep 10:23
Compare
Choose a tag to compare
  • Fixed wrong timer selection for STM32F1xx / ARDUINO_ARCH_STM32.

Fixed EASE_LINEAR formula bug. Added stop() and continue*() functions.

27 Jul 16:03
Compare
Choose a tag to compare
  • Fixed EASE_LINEAR formula bug introduced with 2.0.0 for 32 bit CPU's. Thanks to drifkind.
  • Added stop(), continueWithInterrupts() and continueWithoutInterrupts() functions.

ATmega4809 (Uno WiFi Rev 2, Nano Every) support

02 Jul 13:17
Compare
Choose a tag to compare
  • ATmega4809 (Uno WiFi Rev 2, Nano Every) support.
  • Corrected position of macro for MAX_EASING_SERVOS.

Fixed bug in detach of first servo

23 Jun 21:36
Compare
Choose a tag to compare
2.1.1

Version 2.1.1 detach bugfix

Teensy support

13 Jun 08:53
Compare
Choose a tag to compare
2.1.0

Version 2.1.0 Teensy support

PCA9685_Expander servos and plain servos can run simultaneously

30 May 14:57
Compare
Choose a tag to compare
  • PCA9685_Expander and standard Servos can be controlled simultaneously by defining USE_SERVO_LIB.
  • Changed some types to _fast types
  • Standardize pins for all examples

Bugfix for SAMD Boards

09 May 21:18
Compare
Choose a tag to compare
1.6.1

Version 1.6.1 - SAMD bug fixed

Apollo3 support

28 Apr 15:37
Compare
Choose a tag to compare

•Added support of Apollo3 boards.
•Print library version in examples.

Added support of Arduino SAMD boards

30 Mar 00:11
Compare
Choose a tag to compare
  • More examples using areInterruptsActive().
  • Added support of Arduino SAMD boards.