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

Latest commit

 

History

History
57 lines (37 loc) · 2.29 KB

changelog.md

File metadata and controls

57 lines (37 loc) · 2.29 KB

ESP8266_ISR_Servo Library

arduino-library-badge GitHub release GitHub contributions welcome GitHub issues

Donate to my libraries using BuyMeACoffee



Table of Contents



Changelog

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

Releases v1.2.0

  1. Update to match new ESP8266 core v3.0.0

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

Releases v1.0.2

  1. Add example using Blynk to control servos.
  2. Change example names to avoid duplication.

Releases v1.0.1

  1. Basic 16 ISR-based servo controllers using 1 hardware timer for ESP8266.