https://github.com/loopj/tinyavr-libs
https://github.com/loopj/tinyavr-libs
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/loopj/tinyavr-libs
- Owner: loopj
- License: mit
- Created: 2024-03-19T16:41:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-01T23:03:14.000Z (10 months ago)
- Last Synced: 2025-09-02T01:06:13.037Z (10 months ago)
- Language: C
- Size: 12.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Misc C Libraries for tinyAVR 0/1/2 Series MCUs
## Button
Quick and dirty button library with debounce and long-press support.
## Console
Simple console library for serial debugging over the USART.
## GPIO
Simple struct wrapper and helper functions declaring and working with GPIOs.
## I2C Target
Basic I2C target device library, for presenting on the I2C as a target device and reading/writing byte registers.
## LED
LED library for setting effects on non-addressable LEDs, such as blinking, fading, etc.
## ALED
Quick and dirty bit-bang addressable LED library for WS2812B (and clones).
## RTC
Simple milliseconds counter, implmented using RTC timer.