Library for blinking (turning on and off) or running sequences on Arduino pins. There are two output options. The first is for turning on indicators attached to Arduino pins. The second option outputs through a shift register. These options are implemented as separate classes.
Blink a pin (or set of pins) connected to Arduino pin(s).
Blink a pin (or set of pins) connected to Arduino pin through a shift register.
https://github.com/lendres/BlinkSuite-Arduino
This library requires the following librarys to run:
-
SoftTimers - Timing libary by Antoine Beauchamp
-
ShiftRegister74HC595 - ShiftRegister74HC595 Arduino Library
For information on installing Arduino libaries, see: Arduino Libraries
We use SemVer for versioning.
- Lance A. Endres - lendres
This project is licensed under the MIT License - see the LICENSE file for details.