This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
Releases: khoih-prog/ESP8266_ISR_Servo
Releases · khoih-prog/ESP8266_ISR_Servo
v1.3.0 to convert to h-only style and to optimize code by using passing by `reference` instead of by `value`
v1.3.0 to convert to h-only style and to optimize code by using passing by `reference` instead of by `value`
Latest
Releases v1.3.0
- Convert to
h-only
style. - Add example multiFileProject to demo for multiple-file project
- Optimize code by using passing by
reference
instead of byvalue
Release v1.2.0 to match new ESP8266 core v3.0.0
Releases v1.2.0
- Update to match new ESP8266 core v3.0.0
Version v1.1.0 to fix bug and optimize examples
Releases v1.1.0
- Fix bug. See Fixed count >= min comparison for servo enable
- Clean-up all compiler warnings possible.
- Add Table of Contents
- Add Version String
- Fix and Optimize old examples
Version v1.0.2 with new Blynk example
In version v1.0.2
- Add example using [Blynk] (http://docs.blynk.cc/) to control servos.
- Change example names to avoid duplication.
Version v1.0.1
- Add functions getPosition() and getPulseWidth()
- Optimize the code and make it easier to use.
- Add more complicated example
Initial Release
This library enables you to just use 1 Hardware Timer on an ESP8266-based board to control 16-or-up servo motors.