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:
authorMark Kriegsman <1334634+kriegsman@users.noreply.github.com>2020-01-28 23:46:53 +0300
committerGitHub <noreply@github.com>2020-01-28 23:46:53 +0300
commit698271e010c1d81885c91149caaf53a0c38f41c7 (patch)
treef7307665b683dbf7f9124fb8e5263885e7d2ed88
parent85bcae607c89c56cc2724f40285a2e769d78d6c4 (diff)
parent6baac0180da1036c589cc515a7a331fed56b46cc (diff)
Merge pull request #958 from 8633brown/patch-1
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