Commit 3
This commit is contained in:
parent
9e702af8c6
commit
2e2687d3f7
8 changed files with 252 additions and 57 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue