1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-11-20 04:02:29 +03:00

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.
This commit is contained in:
awgrover
2021-09-22 15:06:17 -04:00
committed by GitHub
parent c753f8112c
commit 014aa62f7c

View File

@@ -4250,3 +4250,4 @@ https://github.com/khoih-prog/ESP32_PWM
https://github.com/khoih-prog/ESP8266_PWM https://github.com/khoih-prog/ESP8266_PWM
https://github.com/khoih-prog/Portenta_H7_PWM https://github.com/khoih-prog/Portenta_H7_PWM
https://github.com/tamctec/ft62x6-arduino https://github.com/tamctec/ft62x6-arduino
https://github.com/awgrover/Every-for-arduino