Skip to content

Releases: netlabtoolkit/VarSpeedServo

Minor documentation fixes

16 Dec 18:48
Compare
Choose a tag to compare

Updated README.md and ServoSequence.ino example.

Simplified sequencePlay

10 Dec 22:10
Compare
Choose a tag to compare

This release simplifies how sequences are used, eliminating the need to initialize a sequence.

Added a new stop() function to stop a servo immediately where it is.

Bug fix for write(int, int, boolean) to allow microseconds

21 Nov 18:34
Compare
Choose a tag to compare

Fixed write(int, int, boolean) to work with microseconds for the first parameter that sets the position. The function will now detect if the value passed for the position is valid for microseconds / pulse width - i.e. >= 544.

Position sequencing added

18 Nov 00:09
Compare
Choose a tag to compare

This release adds the ability to create and use different positional sequences that run asynchronously.

Initial release with documentation fix

04 Nov 00:45
Compare
Choose a tag to compare

An initial release of an updated version of VarSpeedServo.h by Korman, who adapted it from the standard Arduino servo.h library.

Initial release

04 Nov 00:40
Compare
Choose a tag to compare

An initial release of an updated version of VarSpeedServo.h by Korman, who adapted it from the standard Arduino servo.h library.