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 2d6acc3 commit 3b74027Copy full SHA for 3b74027
variants/mysensors_gw/variant.h
@@ -238,6 +238,10 @@ static const uint8_t SCK = PIN_SPI_SCK ;
238
#define MYSX_A2 (15ul)
239
#define MYSX_SPI SPI2
240
241
+/*
242
+ * Onboard hardware
243
+ */
244
+
245
#define MY_SIGNING_ATSHA204_PIN (17ul)
246
#define MY_HW_ERR_LED_PIN LED_RED
247
#define MY_HW_RX_LED_PIN LED_YELLOW
@@ -248,6 +252,8 @@ static const uint8_t SCK = PIN_SPI_SCK ;
248
252
#define MY_RF24_CE_PIN (34ul)
249
253
#define MY_RF24_CS_PIN (29ul)
250
254
#define MY_RF24_IRQ_PIN (31ul)
255
+#define MY_SDCARD_DETECT (35ul)
256
+#define MY_SDCARD_CS (33ul)
251
257
258
/*----------------------------------------------------------------------------
259
* Arduino objects - C++ only
0 commit comments