From e79169c4984941cb9eab1622883dcd400c0bc923 Mon Sep 17 00:00:00 2001 From: shark Date: Fri, 16 Nov 2018 02:14:04 +0000 Subject: [PATCH] make end of normal code more obvious --- acrylic-art-code/acrylic-art-code.ino | 3 +++ 1 file changed, 3 insertions(+) diff --git a/acrylic-art-code/acrylic-art-code.ino b/acrylic-art-code/acrylic-art-code.ino index 1ef1cb6..53106f8 100644 --- a/acrylic-art-code/acrylic-art-code.ino +++ b/acrylic-art-code/acrylic-art-code.ino @@ -28,6 +28,9 @@ void loop() { Serial.print(", "); Serial.println(color.b); } + + // END OF CODE + /* Library free version for regular RGB LEDs (tinkercad), using HSV --> RGB code not by me //#include int light = 0;