Skip to content

Commit 784ba99

Browse files
committed
Set some unspecified pins to -1
1 parent c070961 commit 784ba99

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

variants/thingpulse_epulse_feather/pins_arduino.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,17 @@
33

44
#include <stdint.h>
55

6+
static const uint8_t LED_BUILTIN = -1;
7+
#define BUILTIN_LED LED_BUILTIN // backward compatibility
8+
#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
9+
610
static const uint8_t SDA = 23;
711
static const uint8_t SCL = 22;
812

913
static const uint8_t MOSI = 18;
1014
static const uint8_t MISO = 19;
1115
static const uint8_t SCK = 5;
16+
static const uint8_t SS = -1;
1217

1318
// mapping to match other feathers and also in order
1419
static const uint8_t A0 = 26;

0 commit comments

Comments
 (0)