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,8 +22,10 @@
/** \file
TLC Animation functions. These play animations from PROGMEM. */
#if !defined (ARDUINO_ARCH_ESP32)
#include <avr/pgmspace.h>
#include <avr/io.h>
#endif
#include "tlc_config.h"
#include "Tlc5940.h"