We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ebcb64 commit d404d08Copy full SHA for d404d08
FastLED.h
@@ -402,7 +402,7 @@ class CFastLED {
402
uint8_t getBrightness() { return m_Scale; }
403
404
/// Set the maximum power to be used, given in volts and milliamps.
405
- /// @param volts - how many volts the leds are being driven at (usually 5 or 12)
+ /// @param volts - how many volts the leds are being driven at (usually 5)
406
/// @param milliamps - the maximum milliamps of power draw you want
407
inline void setMaxPowerInVoltsAndMilliamps(uint8_t volts, uint32_t milliamps) { setMaxPowerInMilliWatts(volts * milliamps); }
408
0 commit comments