Commit Graph

15 Commits

Author SHA1 Message Date
David Madison f88f98b31b Moved all adalight code to a separate function 2016-12-21 12:21:39 -05:00
David Madison e57f602188 Replaced arduino file header comments 2016-12-21 12:02:29 -05:00
David Madison 821c3633a9 Added missing brightness implementation 2016-12-21 11:45:13 -05:00
David Madison 4cf7d401e3 Generalized FastLED strip parameters 2016-12-21 11:29:46 -05:00
David Madison 3a9b6157d0 Separated and cleaned settings area 2016-12-21 11:19:03 -05:00
David Madison fb6d134526 FastLED library include to use system library 2016-12-21 11:02:54 -05:00
David Madison a20ca0e108 Made ground pin explicitly optional 2016-12-21 11:01:46 -05:00
David Madison dff36ed0f6 Removed obsolete variables 2016-12-20 12:39:54 -05:00
David Madison 04f773ef2f Removed obsolete comment about serial hold mode 2016-12-20 12:16:15 -05:00
David Madison f2abdb9725 Fixed variable declaration whitespace 2016-12-20 12:13:09 -05:00
David Madison 9ee23cee1b Added calibration mode 2016-12-20 10:07:35 -05:00
David Madison 025fecb99b Moved serial timeout variable below definitions 2016-12-20 04:47:22 -05:00
David Madison 4fc9d02d9c Removed Prismatik only comment 2016-12-20 04:46:43 -05:00
David Madison 915ac14882 Updated definition comments and whitespace 2016-12-20 04:38:52 -05:00
David Madison b541a2085a Added WS2812B Arduino code
The initial modifications to the Adalight code to incorporate the
FastLED library and work with WS2812B LEDs were done by James Bruce
(@jamesabruce). I can't find a way to do a pull request on a Gist, so
I'm copying his code in full here.

Original Gist: https://gist.github.com/jamesabruce/09d79a56d270ed37870c
2016-12-20 04:31:05 -05:00