Skip to content

Commit 7869629

Browse files
committed
Add null A0 pin to solve macros
1 parent 0dfb05a commit 7869629

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

variants/UNISENSE/pins_arduino.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ extern "C" unsigned int PINCOUNT_fn();
8787
#define PIN_SPI_SCK (13u)
8888
#define PIN_SPI_SS (10u)
8989

90+
static const uint8_t A0 = 0;
91+
9092
static const uint8_t SS = PIN_SPI_SS; // SPI Slave SS not used. Set here only for reference.
9193
static const uint8_t MOSI = PIN_SPI_MOSI;
9294
static const uint8_t MISO = PIN_SPI_MISO;

0 commit comments

Comments
 (0)