From 3d4646a331d257824ab0a8dc6c3cd4a9b65f80d7 Mon Sep 17 00:00:00 2001 From: Steven W <38247370+wilmouths@users.noreply.github.com> Date: Fri, 17 Aug 2018 09:32:06 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b869bff..069a086 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ #include ``` -+ Create an object, this object takes one parameter which corressponds to the analgo pins are connected to on the Arduino. ++ Create an object, this object takes one parameter which corressponds to the analog pins are connected to on the Arduino. ```cpp RGBLed led(RED_PIN, GREEN_PIN, BLUE_PIN, COMMON_ANODE or COMMON_CATHODE); ``` @@ -69,5 +69,5 @@ led.fadeIn(255, 0, 0, 5, 100); // Fade in with 5 steps during 100ms How use colors ? ```cpp -RGLed::RED -``` \ No newline at end of file +RGBLed::RED +```