Commit Graph

113 Commits

Author SHA1 Message Date
David Madison e14a46c63e Duplicated loop function use comment
It takes slightly more space to duplicate the comment vs using an obtuse
reference to find another comment buried in the code.
2017-03-27 17:37:50 -04:00
David Madison 3f62027cf0 Fixed whitespace
Tab > space.
2017-03-27 17:35:44 -04:00
David Madison 7d9d3cb7c8 Update README.md 2017-03-27 15:49:47 -04:00
David Madison c28d784191 Merge pull request #6 from dmadison/development
Reworked header setting types
2017-03-27 15:42:05 -04:00
David Madison cb8be4a190 Updated date 2017-03-27 15:22:53 -04:00
David Madison 972f0e7d0e Removed debug serial lines 2017-03-27 15:20:02 -04:00
David Madison 47305050b8 Added 'clear on start' flag 2017-03-27 15:14:02 -04:00
David Madison cc287e868a Update README.md 2017-03-19 19:20:07 -04:00
David Madison 8485478da5 Updated adalight data types 2017-03-19 18:53:10 -04:00
David Madison b591ed106a Cleaned up header settings 2017-03-19 18:48:14 -04:00
David Madison 090532f841 Changed settings to use constants
For type safety
2017-03-19 15:04:36 -04:00
David Madison 6b25599580 Removed other Adalight files
This fork is now detatched from the main Adalight repo. The other
Arduino host code and Processing files can be downloaded from
github.com/adafruit/Adalight
2017-03-19 12:09:39 -04:00
David Madison 10d5ac4b54 Rename COPYING to LICENSE 2017-03-19 12:06:25 -04:00
David Madison 7c81859c88 Update README.md
Added 'credits' section
2017-03-19 12:04:23 -04:00
David Madison e0d50d3961 Merge remote-tracking branch 'upstream/master' 2017-01-07 06:12:16 -05:00
Phillip Burgess c9d6a28556 Add Circuit Playground version (Arduino + Processing) 2017-01-05 23:40:37 -08:00
David Madison 93c85a8f3a Merge pull request #4 from dmadison/generalize
Generalization
2016-12-21 14:39:41 -05:00
David Madison 1a2b6b8a7b Rewrote calibration flag description 2016-12-21 14:13:59 -05:00
David Madison 2e1e3793a6 Removed byline in arduino header comment 2016-12-21 13:23:19 -05:00
David Madison 0ca83e0baf Updated README with generalized FastLED changes 2016-12-21 13:10:24 -05:00
David Madison e84ea6ab3f Changed filename reference in header comment 2016-12-21 12:39:00 -05:00
David Madison a4f429258f Renamed LEDstream_WS2812B folder 2016-12-21 12:33:09 -05:00
David Madison 8b71f7febc Renamed file to LEDstream_FastLED.ino 2016-12-21 12:24:52 -05:00
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 fc97f13a26 Merge pull request #3: housekeeping
Cleaned up whitespace and removed obsolete variables and comments.
2016-12-21 09:09:28 -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 3e7b4c50c1 Merge pull request #2: calibration
Added calibration mode
2016-12-20 11:09:11 -05:00
David Madison 9ee23cee1b Added calibration mode 2016-12-20 10:07:35 -05:00
David Madison baaa63ff46 Added proper FastLED URL 2016-12-20 05:38:23 -05:00
David Madison 1bf8d37baa Merge pull request #1: modernization 2016-12-20 05:13:55 -05:00
David Madison 523daa7ea0 Reworked line about FastLED 2016-12-20 05:07:16 -05:00
David Madison 9c8d8ebfa7 Added serial timeout line 2016-12-20 04:50:14 -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
David Madison 11b73f2e6d Updated README 2016-12-20 04:31:04 -05:00
David Madison ab14c0a996 Updated README to Github .md 2016-12-20 04:31:04 -05:00
David Madison 33e98325dd Rename from .pde to .ino
Complies with modern Arduino IDE (post v1.0)
2016-12-20 03:30:38 -05:00
David Madison 3bc2b47351 Rename from .pde to .ino
Complies with modern Arduino IDE (post v1.0)
2016-12-20 03:29:40 -05:00
Phillip Burgess bfcf15da23 Adjustments for Processing 2.0 language 2012-12-12 15:01:16 -08:00
Phillip Burgess 435f5950ea Added LGPL license 2012-12-05 12:02:32 -08:00