-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adafruit Pixie support and automatic sleep mode entry, other see desc…
…ription below Buttons.cpp: prepare for COLOR Profiles, added lines for Adafruit Pixies support (ADF_PIXIE_BLADE) Config_HW.h: - added compile directive for ADF_PIXIE_BLADE (Adafruit Pixie) - added dummy NUMPIXELS define for led strings and star led setups to enable compilation wo/errors Config_SW.h: - definition SLEEPYTIME compile define statement - prepare swicth between GRAVITY_COLOR and COLOR_PROFILES to change blade colors in Config Menu Light.cpp/.h: - mainly support code for ADF_PIXIE_BLADE - fixed smooth blade ramp for LED_STAR setup, now ignition and retractions have a very smooth brightness Ramp FX-SaberOS.ino: sleep mode changes: - automatic entry into sleep mode after SLEEPYTIME sent in idle mode - accent led switch off in sleep mode - ADF_PIXIE_BLADE support, needed to make a switch between 2 DFPlayer libraries to enable using SoftwareSerial Known issues: - ADF_PIXIE_BLADE cannot be made to flicker properly, current code simply keeps the blade static
- Loading branch information
Showing
8 changed files
with
963 additions
and
219 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.