Skip to content

Commit bdcc18d

Browse files
committed
DM: update feather m4 pinout for new rev
1 parent 78d9fbe commit bdcc18d

File tree

3 files changed

+86
-173
lines changed

3 files changed

+86
-173
lines changed

cores/arduino/WVariant.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
#include <stdint.h>
2222
#include "sam.h"
23+
#include <limits.h>
2324

2425
#ifdef __cplusplus
2526
extern "C" {
@@ -186,6 +187,8 @@ typedef enum _EPortType
186187
PORTC=2,
187188
} EPortType ;
188189

190+
#define PIN_NOT_A_PIN (UINT_MAX)
191+
189192
typedef enum
190193
{
191194
EXTERNAL_INT_0 = 0,

0 commit comments

Comments
 (0)