Skip to content

This's a some useful libraries for ESP8266 Arduino

Notifications You must be signed in to change notification settings

rsegecin/ESP8266Timer

Repository files navigation

ESP8266Timer

This is a timer library for Arduino ESP8266 using timer0. Don't forget to change the value of timer0_write in TimeCounter.cpp accordingly with the clock you are running. You can remove DEBUG_PIN, stateLED and everything related to it as well it's there for just debugging purposes to toggle the pin 16 every millisecond. It uses timer0 in this library because it's more accurate than use os_timer_setfn noticed in this post. I've checked with my oscilloscope and saw a consistent output.

Provided under GPL license.

About

This's a some useful libraries for ESP8266 Arduino

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages