Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FastLED/FastLED.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author8633brown <31827535+8633brown@users.noreply.github.com>2020-01-27 00:23:57 +0300
committerGitHub <noreply@github.com>2020-01-27 00:23:57 +0300
commit6baac0180da1036c589cc515a7a331fed56b46cc (patch)
tree601354fe5f920af956d36c3eb96c3ef5238a223b
parent0251e673876f8d050410eb9d34063cbcb318f212 (diff)
wrong comment location
-rw-r--r--power_mgt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/power_mgt.h b/power_mgt.h
index f156f7a2..68718818 100644
--- a/power_mgt.h
+++ b/power_mgt.h
@@ -21,11 +21,11 @@ FASTLED_NAMESPACE_BEGIN
/// @deprecated - use FastLED.setMaxPowerInVoltsAndMilliamps()
void set_max_power_in_volts_and_milliamps( uint8_t volts, uint32_t milliamps);
/// Set the maximum power used in watts
+/// @deprecated - use FastLED.setMaxPowerInMilliWatts
void set_max_power_in_milliwatts( uint32_t powerInmW);
-/// Select a ping with an led that will be flashed to indicate that power management
+/// Select a pin with an led that will be flashed to indicate that power management
/// is pulling down the brightness
-/// @deprecated - use FastLED.setMaxPowerInMilliWatts
void set_max_power_indicator_LED( uint8_t pinNumber); // zero = no indicator LED