This commit is contained in:
Nigreon 2025-10-28 16:12:52 +01:00
parent 9e702af8c6
commit 2e2687d3f7
8 changed files with 252 additions and 57 deletions

View file

@ -3,6 +3,9 @@
#include <stdint.h>
#define digitalPinToInterrupt(p) p
static const uint8_t LED_BUILTIN = 8;
#define BUILTIN_LED LED_BUILTIN // backward compatibility
#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN