We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dfb05a commit 7869629Copy full SHA for 7869629
variants/UNISENSE/pins_arduino.h
@@ -87,6 +87,8 @@ extern "C" unsigned int PINCOUNT_fn();
87
#define PIN_SPI_SCK (13u)
88
#define PIN_SPI_SS (10u)
89
90
+static const uint8_t A0 = 0;
91
+
92
static const uint8_t SS = PIN_SPI_SS; // SPI Slave SS not used. Set here only for reference.
93
static const uint8_t MOSI = PIN_SPI_MOSI;
94
static const uint8_t MISO = PIN_SPI_MISO;
0 commit comments