File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -142,9 +142,10 @@ static const uint8_t ATN = PIN_ATN;
142
142
#define USR_SPI_MISO (48u)
143
143
#define USR_SPI_MOSI (47u)
144
144
#define USR_SPI_SCK (49u)
145
- /*
145
+
146
+
146
147
static const uint8_t SS = PIN_A2 ; // SERCOM4 last PAD is present on A2 but HW SS isn't used. Set here only for reference.
147
- static const uint8_t MOSI = PIN_SPI_MOSI ;
148
+ /* static const uint8_t MOSI = PIN_SPI_MOSI ;
148
149
static const uint8_t MISO = PIN_SPI_MISO ;
149
150
static const uint8_t SCK = PIN_SPI_SCK ;
150
151
*/
@@ -194,6 +195,9 @@ static const uint8_t SCK = PIN_SPI_SCK ;
194
195
#define MY_HW_ERR_LED_PIN LED_RED
195
196
#define MY_HW_RX_LED_PIN LED_YELLOW
196
197
#define MY_HW_TX_LED_PIN LED_GREEN
198
+ #define MY_RF69_SPI_CS 22
199
+ #define MY_RF69_IRQ_PIN 2
200
+ #define MY_RF69_IRQ_NUM 3
197
201
198
202
/*----------------------------------------------------------------------------
199
203
* Arduino objects - C++ only
You can’t perform that action at this time.
0 commit comments