Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

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`

28 Feb 23:03
6266f3f
Compare
Choose a tag to compare

Releases v1.3.0

  1. Convert to h-only style.
  2. Add example multiFileProject to demo for multiple-file project
  3. Optimize code by using passing by reference instead of by value

Release v1.2.0 to match new ESP8266 core v3.0.0

18 May 19:11
8c05a4a
Compare
Choose a tag to compare

Releases v1.2.0

  1. Update to match new ESP8266 core v3.0.0

Version v1.1.0 to fix bug and optimize examples

03 Jan 08:22
25e63dd
Compare
Choose a tag to compare

Releases v1.1.0

  1. Fix bug. See Fixed count >= min comparison for servo enable
  2. Clean-up all compiler warnings possible.
  3. Add Table of Contents
  4. Add Version String
  5. Fix and Optimize old examples

Version v1.0.2 with new Blynk example

20 Dec 18:45
b81a1e5
Compare
Choose a tag to compare

In version v1.0.2

  1. Add example using [Blynk] (http://docs.blynk.cc/) to control servos.
  2. Change example names to avoid duplication.

Version v1.0.1

05 Dec 22:16
01ab4a7
Compare
Choose a tag to compare
  1. Add functions getPosition() and getPulseWidth()
  2. Optimize the code and make it easier to use.
  3. Add more complicated example

Initial Release

05 Dec 11:05
aa5e334
Compare
Choose a tag to compare

This library enables you to just use 1 Hardware Timer on an ESP8266-based board to control 16-or-up servo motors.