Skip to content

Commit e2ef80a

Browse files
authored
Merge pull request #703 from tbornon/master
Warning message for feather 32u4 pin mapping
2 parents 3784c5a + 9f9163c commit e2ef80a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

examples/raw-feather/raw-feather.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ const lmic_pinmap lmic_pins = {
7676
// Just like Feather M0 LoRa, but uses SPI at 1MHz; and that's only
7777
// because MCCI doesn't have a test board; probably higher frequencies
7878
// will work.
79+
// /!\ By default Feather 32u4's pin 6 and DIO1 are not connected. Please
80+
// ensure they are connected.
7981
const lmic_pinmap lmic_pins = {
8082
.nss = 8,
8183
.rxtx = LMIC_UNUSED_PIN,

examples/ttn-otaa-feather-us915/ttn-otaa-feather-us915.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ const lmic_pinmap lmic_pins = {
9595
// Just like Feather M0 LoRa, but uses SPI at 1MHz; and that's only
9696
// because MCCI doesn't have a test board; probably higher frequencies
9797
// will work.
98+
// /!\ By default Feather 32u4's pin 6 and DIO1 are not connected. Please
99+
// ensure they are connected.
98100
const lmic_pinmap lmic_pins = {
99101
.nss = 8,
100102
.rxtx = LMIC_UNUSED_PIN,

0 commit comments

Comments
 (0)