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 <kriegsman@tr.org>2015-01-04 00:55:19 +0300
committerMark Kriegsman <kriegsman@tr.org>2015-01-04 00:55:19 +0300
commited027b5c61cc2de15b7c0f010d279665a3c8c5d4 (patch)
tree096229e916e73b70a8e521ceaada8cdc8d98f568
parent4b0780ae32e8dbc2c9449a7b05ab320d709e9f94 (diff)
typo fix
-rw-r--r--hsv2rgb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hsv2rgb.h b/hsv2rgb.h
index f5c79b79..06857285 100644
--- a/hsv2rgb.h
+++ b/hsv2rgb.h
@@ -46,7 +46,7 @@ void hsv2rgb_raw(const struct CHSV* phsv, struct CRGB * prgb, int numLeds);
#define HUE_MAX 191
-// hsv2rgb_approximate - recover _approximate_ HSV values from RGB.
+// rgb2hsv_approximate - recover _approximate_ HSV values from RGB.
//
// NOTE 1: This function is a long-term work in process; expect
// results to change slightly over time as this function is