Skip to content

Commit d404d08

Browse files
committed
fix docs
1 parent 6ebcb64 commit d404d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FastLED.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ class CFastLED {
402402
uint8_t getBrightness() { return m_Scale; }
403403

404404
/// 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)
405+
/// @param volts - how many volts the leds are being driven at (usually 5)
406406
/// @param milliamps - the maximum milliamps of power draw you want
407407
inline void setMaxPowerInVoltsAndMilliamps(uint8_t volts, uint32_t milliamps) { setMaxPowerInMilliWatts(volts * milliamps); }
408408

0 commit comments

Comments
 (0)