https://github.com/pimaker/blinkulet
Arduino digital LED fader with power-saving sleep for ATTINY85-based boards.
https://github.com/pimaker/blinkulet
Last synced: 9 months ago
JSON representation
Arduino digital LED fader with power-saving sleep for ATTINY85-based boards.
- Host: GitHub
- URL: https://github.com/pimaker/blinkulet
- Owner: PiMaker
- License: mit
- Created: 2019-09-22T12:57:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-22T13:03:49.000Z (over 6 years ago)
- Last Synced: 2025-08-21T02:02:06.506Z (10 months ago)
- Language: C++
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blinkulet
Arduino digital LED fader with power-saving sleep for ATTINY85-based boards.
### Using the code
Follow the instructions on this page to see how to program DigiSpark/ATTINY85 boards:
https://digistump.com/wiki/digispark/tutorials/connecting
### Libraries
Requires the [FastLED](http://fastled.io) library to be installed in Arduino IDE (use the integrated library manager).
# License
This project is available under the terms of the MIT license.