You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* implemented AddressableLed and most of CANdleLed
* finished CANdleLEDStrip and added LEDCommands
* added colorFLowCommand
* made code more efficient
* cleaned
* added jDocs for the patterns, and fixed colorFlow inverted
* added requirements
* made CANdleLEDStrip use AddressableLEDStrip in sim
* cleaned a bunch
* cleaned stuff
* added jDocs and improved simulation
* improved setLED method
* cleaned up colorFlow
* implementing this was soooooooooooooooooo annoying
* made rainbow command work with params, and fixed var name
* removed extra new line
* fixed commands, and removed shouldLoop (We don't need it Ezra)
* cleaned code and jDocs
* reverted Command stuff, will figure out a solution tommorow
* finally fixed critical error!!!!!!!!!!!!!!!!!!!!!!!! 🎱
* fixed CANdle LED sim bug and added more jdocs
* jDoc changes, and replace intervalSeconds with speed. (CANdle animations are so annoying!
* Forgot to do this earlier
* cleaned a bit, optimized, and stuff
* fixed method name and cleaned a bit
* simple is good
* minor optimization thing
* cleaning. jdocs and rainbow inverted
* sim cleaning thing. Still working on annoying LED_STRIPS array bug
* cleaned a bit, finished sim logic and added initiateAddressableLED
* cleaning
* Constructs a new AddressableLEDStrip. Before any commands are sent to the LED strip, the setAddressableLED and setAddressableLEDBuffer methods must be called.
44
+
*
45
+
* @param inverted whether the LED strip is inverted
46
+
* @param numberOfLEDs the amount of LEDs in the strip
47
+
* @param indexOffset the offset of the first LED in the strip
0 commit comments