Set all leds on all controllers to the given color @param color what color to set the leds to
| 1690 | /// Set all leds on all controllers to the given color |
| 1691 | /// @param color what color to set the leds to |
| 1692 | void showColor(const CRGB & color) { showColor(color, mScale); } |
| 1693 | |
| 1694 | /// Delay for the given number of milliseconds. Provided to allow the library to be used on platforms |
| 1695 | /// that don't have a delay function (to allow code to be more portable). |
no outgoing calls
no test coverage detected