From 014aa62f7c4b9954282cd435ebcc835446256833 Mon Sep 17 00:00:00 2001 From: awgrover Date: Wed, 22 Sep 2021 15:06:17 -0400 Subject: [PATCH] Update repositories.txt (#523) Non-blocking replacements for delay(). paragraph=Every will tell you _at_ every n millis(). Timer will tell you (once) when n millis() has gone by. Several convenient ways to use them. Several other variants for sequences, etc. --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 196962ee..80ed38e0 100644 --- a/repositories.txt +++ b/repositories.txt @@ -4250,3 +4250,4 @@ https://github.com/khoih-prog/ESP32_PWM https://github.com/khoih-prog/ESP8266_PWM https://github.com/khoih-prog/Portenta_H7_PWM https://github.com/tamctec/ft62x6-arduino +https://github.com/awgrover/Every-for-arduino