This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// HAZI TECH | |
// Program by Hasitha Jayasundara | |
// Subscribe to my YouTube Channel - http://www.youtube.com/c/HAZITECH?sub_confirmation=1 | |
#include "Arduino.h" | |
#include <FastLED.h> // Нужно добавить эту библиотеку если будет ругаться на отсутствие ее | |
FASTLED_USING_NAMESPACE | |
#if defined(FASTLED_VERSION) && (FASTLED_VERSION < 3001000) |