An open API service indexing awesome lists of open source software.

https://github.com/loopj/tinyavr-libs


https://github.com/loopj/tinyavr-libs

Last synced: 2 months ago
JSON representation

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.