Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: millis

laith7ussein/Timer

An Arduino library to manage timing without using any delays.

Language: C++ - Size: 7.81 KB - Last synced: 2 months ago - Pushed: over 2 years ago - Stars: 1 - Forks: 0

davidvillegasvasquez/arduinoMultiPausas

Este sketch de arduino nos permite ejecutar multiples actividades, funciones o tareas que requieren hacer pausas de diferentes duración, sin provocar que la placa arduino se detenga y no pueda ejecutar otras actividades, tal como la hace la función delay().

Size: 5.86 KB - Last synced: 4 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

dmotte/winautoclicker

🖱 Simple Auto-Clicker CLI application for Windows, written in C++

Language: C++ - Size: 3.91 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 3 - Forks: 0

komputronika/Blink-Millis

Blink LED menggunakan millis()

Language: C++ - Size: 27.3 KB - Last synced: 5 months ago - Pushed: about 6 years ago - Stars: 0 - Forks: 1

khoih-prog/ESP32TimerInterrupt 📦

This library enables you to use Interrupt from Hardware Timers on an ESP32-based board. It now supports 16 ISR-based timers, while consuming only 1 hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.

Language: C++ - Size: 452 KB - Last synced: 7 months ago - Pushed: over 1 year ago - Stars: 161 - Forks: 24

Tekl7/Millis

Millis library

Language: C - Size: 43 KB - Last synced: 8 months ago - Pushed: over 3 years ago - Stars: 2 - Forks: 1

Jaid/epoch-seconds

Returns the amount of seconds passed since Unix epoch (1970).

Language: TypeScript - Size: 8.95 MB - Last synced: 5 days ago - Pushed: 2 months ago - Stars: 1 - Forks: 0

vincbeaulieu/Arduino-Delay-Management

This tutorial is an introduction to delay management in small embedded systems intended for students of ENGR 290 at Concordia University.

Language: C++ - Size: 165 KB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

conan-community/conan-mili 📦

[DEPRECATED] Conan.io recipes for MiLi

Language: Python - Size: 34.2 KB - Last synced: 10 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

ea-oskolkov/ArduinoClock

Volatile clock for arduino

Language: C - Size: 1.95 KB - Last synced: 11 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

vishnumaiea/ptScheduler

Pretty tiny Scheduler or ptScheduler is an Arduino library for writing non-blocking periodic tasks easily.

Language: C++ - Size: 393 KB - Last synced: over 1 year ago - Pushed: over 1 year ago - Stars: 15 - Forks: 2

khoih-prog/ESP32_ISR_Servo 📦

This library enables you to use 1 Hardware Timer on ESP32-based board to control 16 or more servo motors. Now supporting ESP32, ESP32_S2, ESP32_S3, ESP32_C3-based boards. Tested OK with ESP32 core v2.0.5

Language: C++ - Size: 135 KB - Last synced: over 1 year ago - Pushed: over 1 year ago - Stars: 22 - Forks: 7

khoih-prog/ESP8266TimerInterrupt 📦

This library enables you to use Interrupt from Hardware Timers on an ESP8266-based board. It now supports 16 ISR-based timers, while consuming only 1 hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.

Language: C++ - Size: 272 KB - Last synced: over 1 year ago - Pushed: over 1 year ago - Stars: 86 - Forks: 21

khoih-prog/ESP32_C3_ISR_Servo 📦

This library enables you to use 1 Hardware Timer on an ESP32_C3-based board to control 16 or more servo motors. Tested OK with ESP32 core v2.0.5

Language: C++ - Size: 66.4 KB - Last synced: over 1 year ago - Pushed: over 1 year ago - Stars: 8 - Forks: 1

khoih-prog/megaAVR_TimerInterrupt 📦

This library enables you to use Interrupt from Hardware Timers on an ATmega4809-based board, such as Arduino UNO WiFi Rev2, AVR_NANO_EVERY, etc. It now supports 16 ISR-based timers, while consuming only 1 hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.

Language: C - Size: 191 KB - Last synced: over 1 year ago - Pushed: over 1 year ago - Stars: 4 - Forks: 0

khoih-prog/TimerInterrupt 📦

This library enables you to use Interrupt from Hardware Timers on an Arduino, such as Nano, UNO, Mega, etc. It now supports 16 ISR-based timers, while consuming only 1 hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.

Language: C - Size: 344 KB - Last synced: over 1 year ago - Pushed: over 1 year ago - Stars: 76 - Forks: 10

khoih-prog/ESP32_S2_ISR_Servo 📦

This library enables you to use 1 Hardware Timer on an ESP32_S2-based board to control up to 16 or more servo motors. Tested OK with ESP32 core v2.0.5

Language: C++ - Size: 90.8 KB - Last synced: over 1 year ago - Pushed: over 1 year ago - Stars: 3 - Forks: 0

khoih-prog/SmallProjects

ISR-based projects demonstrate how to use ESP8266TimerInterrupt, ESP32TimerInterrupt and TimerInterrupt Library

Language: C++ - Size: 922 KB - Last synced: over 1 year ago - Pushed: over 2 years ago - Stars: 5 - Forks: 4

AbelWondafrash/Periodically-for-Arduino

🎈 A breezy - air light class for Arduino that eliminates fundamental issues with the in-built function delay ().

Language: C++ - Size: 10.7 KB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 2 - Forks: 0

AbelWondafrash/Periodically-for-Processing

✈ A breezy - air light class for Processing that eliminates fundamental issues with the in-built function delay ().

Language: Processing - Size: 4.88 KB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 2 - Forks: 0

williamtorres1/motor-de-passo-com-arduino

Projeto para nota da 1ª Unidade de Robótica - IFPE, Campus Caruaru

Language: C++ - Size: 106 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

systembolaget/Physical-computing-transistor-solenoid-tutorial-11b-Automated-Nepalese-standing-bells

Meditation automation. How to strike standing bells with solenoid mallets from Arduino with millis(). Say goodbye to blocking delay()

Language: C++ - Size: 1.19 MB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 1 - Forks: 0

matthewg42/Mutila

Mouse's Utilities for Arduino

Language: C++ - Size: 2.45 MB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 2 - Forks: 0

shesek/fmtbtc

Format and convert bitcoin's display units (msat, sat, bit, milli and btc)

Language: JavaScript - Size: 59.6 KB - Last synced: 7 days ago - Pushed: about 6 years ago - Stars: 3 - Forks: 1

9glt/arduino-simplescheduler

Simple as possible func scheduler

Language: C++ - Size: 15.6 KB - Last synced: 19 days ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0