tinygang icon indicating copy to clipboard operation
tinygang copied to clipboard

Create new Pattern implementations

Open mpinner opened this issue 6 years ago • 1 comments

checkout the ino and pattern.h the ino holds a mapping from users selected pattern to a pattern implementation via Pattern array like so

Pattern* patterns[] = { new BookendFlip(), // pattern individually triggered new WhiteTrace(), // pattern upon receive new RainbowSparkle(), new BookendTrace(), new WhiteTrace(), new Twinkler() };

look at the other example pattern implementations in the header files.

create your own and submit a pull request

#hacktoberfest

mpinner avatar Oct 02 '19 18:10 mpinner

Nice :)

yagodequay avatar Oct 03 '19 14:10 yagodequay