TechRay67's Stars
home-assistant/core
:house_with_garden: Open source home automation that puts local control and privacy first.
mrcodetastic/ESP32-HUB75-MatrixPanel-DMA
An Adafruit GFX Compatible Library for the ESP32, ESP32-S2, ESP32-S3 to drive HUB75 LED matrix panels using DMA for high refresh rates. Supports panel chaining.
davidepalladino/AnalogIO-Arduino
This library allows to manage an input and/or output device. You can get the value from a potentiometer or an encoder, and write it on different device.
CopperMaze/tBeat
tBeat is a library for Arduino
SandyWalsh/Timer
A fork of Simon Monk's Arduino Timer library
khoih-prog/free-programming-books
:books: Freely available programming books
PowerBroker2/SafeString
This SafeString library is designed for beginners to be a safe, robust and debuggable replacement for string processing in Arduino. Note, this is NOT my work, I am simply hosting it for easy access. The original code belongs to Forward Computing and Control Pty. Ltd.
midilab/uClock
A tight BPM clock generator for Arduino and PlatformIO using hardware timer interruption. AVR, Teensy, STM32xx, ESP32 and RP2040 support
arduino/ArduinoCore-avr
The Official Arduino AVR core
Arduino-IRremote/Arduino-IRremote
Infrared remote library for Arduino: send and receive infrared signals with multiple protocols
matthew-dickson-epic/TimeInterrupt
arduino/ArduinoCore-API
Hardware independent layer of the Arduino cores defining the official API
nickgammon/arduino_sketches
Publicly-released sketches for the Arduino microprocessor
PaulStoffregen/Time
Time library for Arduino
arduino/arduino-cli
Arduino command line tool
IowaDave/Arduino-Assembly-Timer-Interrupt
An assembly-only approach to a timer interrupt for an AVR-based Arduino.
RobGood21/Timer-issues-Arduino
Test of Arduino Timers and interrupt
infrapale/Arduino_AVR_Watchdog
Watchdog using timer interrupt function
neutron01/TimerInterrupts
Example code for 8 and 16 bit Arduino interrupts
RalphBacon/Arduino-Timer-Interrupts
A hardware timer interrupt allows a regular process to run without you doing much at all
trevor-makes/avr-soft-pwm
Timer interrupt driven software PWM for all AVR I/O pins
John-Lluch/Encoder
Arduino Rotary Encoder library using fast timer interrupts that actually works
Bodmer/Interrupt_driven_stepper
Arduino sketch to drive a stepper motor using Timer 1 interrupts
khoih-prog/TimerInterrupt_Generic
This library enables you to use Interrupt from Hardware Timers on supported Arduino boards such as AVR, ESP8266, ESP32, SAMD, SAM DUE, nRF52, Teensy, etc. These Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. 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.
farmerkeith/Timer1Fast-Arduino
16-bit timer library for Arduino using Fast PWM on the ATmega328p
sui77/rc-switch
Arduino lib to operate 433/315Mhz devices like power outlet sockets.
RobTillaart/Arduino
Arduino libraries, code and applications
ahaensler/lcc_browser
Model railroad LCC application with an embedded web browser
sstaub/Timer
Small library for measuring elapsed time between start and stop command
arduino/ArduinoCore-Z80-MBC