Update README.md

This commit is contained in:
waspinator 2018-04-18 21:21:44 -04:00 committed by GitHub
parent 5882093f46
commit 47ad3aeafc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,9 @@
This fork follows the [upstream version](http://www.airspayce.com/mikem/arduino/AccelStepper/). Files are slightly reorganized to follow Arduino library conventions.
Please direct questions and discussion to http://groups.google.com/group/accelstepper
---
This is the Arduino AccelStepper library. It provides an object-oriented interface for 2, 3 or 4 pin stepper motors and motor drivers. This is the Arduino AccelStepper library. It provides an object-oriented interface for 2, 3 or 4 pin stepper motors and motor drivers.
The standard Arduino IDE includes the Stepper library (http://arduino.cc/en/Reference/Stepper) for stepper motors. It is perfectly adequate for simple, single motor applications. The standard Arduino IDE includes the Stepper library (http://arduino.cc/en/Reference/Stepper) for stepper motors. It is perfectly adequate for simple, single motor applications.
@ -14,6 +20,3 @@ AccelStepper significantly improves on the standard Arduino Stepper library in s
- Extensive API - Extensive API
- Subclass support - Subclass support
---
This fork follows the upstream version. Files are slightly reorganized to follow Arduino library conventions.