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.
- Host: GitHub
- URL: https://github.com/geerlingguy/blinky
- Owner: geerlingguy
- Created: 2015-02-16T21:39:31.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-16T21:51:55.000Z (about 10 years ago)
- Last Synced: 2025-04-10T23:14:56.145Z (16 days ago)
- Topics: arduino, blinky, example, led, lights, sketches, uno
- Language: Arduino
- Size: 309 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.).