ESP32 support

This commit is contained in:
andrey_gulyants
2023-10-10 20:34:00 +01:00
parent 54c4315c84
commit 94d98858ec
8 changed files with 329 additions and 23 deletions

View File

@@ -22,7 +22,9 @@
/** \file
TLC fading functions. */
#if !defined (ARDUINO_ARCH_ESP32)
#include <avr/interrupt.h>
#endif
#include "Tlc5940.h"