Skip to content

Commit 0ea6ba0

Browse files
authored
Add AREF_PIN for the MKR WAN 1310
1 parent 8190bc6 commit 0ea6ba0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/MKRIoTCarrierDefines.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ namespace mkr_iot_carrier_rev2 {
9090
#define LSM6DSOX_ADDRESS 0x6A
9191
#define LSM6DS3_ADDRESS 0x6A
9292

93-
#ifdef ARDUINO_SAMD_MKRWIFI1010
93+
#if defined(ARDUINO_SAMD_MKRWIFI1010) || defined(ARDUINO_SAMD_MKRWAN1310)
9494
#define AREF_PIN 25
9595
#endif
9696

97-
#endif
97+
#endif

0 commit comments

Comments
 (0)