make end of normal code more obvious
This commit is contained in:
parent
c7cba0c15c
commit
e79169c498
@ -28,6 +28,9 @@ void loop() {
|
|||||||
Serial.print(", ");
|
Serial.print(", ");
|
||||||
Serial.println(color.b);
|
Serial.println(color.b);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// END OF CODE
|
||||||
|
|
||||||
/* Library free version for regular RGB LEDs (tinkercad), using HSV --> RGB code not by me
|
/* Library free version for regular RGB LEDs (tinkercad), using HSV --> RGB code not by me
|
||||||
//#include <FastLED.h>
|
//#include <FastLED.h>
|
||||||
int light = 0;
|
int light = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user