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

https://github.com/geerlingguy/blinky

Arduino Uno LED testing.
https://github.com/geerlingguy/blinky

arduino blinky example led lights sketches uno

Last synced: 16 days ago
JSON representation

Arduino Uno LED testing.

Awesome Lists containing this project

README

        

# Blinky

*Experimental LED sketches for Arduino Uno.*

## Included sketches

- `breathe`: Make a single LED/color 'breathe' through fading.
- `fade`: Fade RGB LED colors together.
- `internal-led`: Control the internal 'Link' LED.
- `rgb-led`: Control an RGB LED using Digital PWM outputs.

## Author

Created in 2015 by [Jeff Geerling](http://jeffgeerling.com/), adapted from various sources (e.g. [arduino.cc](http://www.arduino.cc/), blog posts, etc.).