mirror of
https://github.com/PaulStoffregen/Tlc5940
synced 2025-09-27 18:12:22 +02:00
ESP32 support
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user