mirror of
https://github.com/PaulStoffregen/Tlc5940
synced 2025-09-27 18:12:22 +02:00
ESP32 support
This commit is contained in:
@@ -125,6 +125,11 @@
|
||||
/* Teensy 4.0, 4.1, MicroMod */
|
||||
#include "Teensy_IMXRT.h"
|
||||
|
||||
#elif defined (ARDUINO_ARCH_ESP32)
|
||||
|
||||
#include "Espressif_ESP32.h"
|
||||
#include <SPI.h>
|
||||
|
||||
#else
|
||||
#error "Unknown Chip!"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user