update to 1.64

- 1.62 2022-05-22 Added link to AccelStepper - The Missing Manual.
- Fixed a problem when setting the maxSpeed to 1.0 due to incomplete initialisation. Reported by Olivier Pécheux.
- 1.63 2022-06-30 Added virtual destructor at the request of Jan.
- 1.64 2022-10-31 Patch courtesy acwest: Changes to make AccelStepper more subclassable. These changes are largely oriented to implementing new step-scheduling algorithms.
This commit is contained in:
Patrick
2022-11-23 20:19:36 -05:00
parent a9bf2f93bf
commit 1255ab5682
13 changed files with 707 additions and 280 deletions

View File

@ -1,5 +1,5 @@
name=AccelStepper
version=1.61
version=1.64
author=Mike McCauley <mikem@airspayce.com>
maintainer=Patrick Wasp <patrickwasp@gmail.com>
sentence=Allows Arduino boards to control a variety of stepper motors.