Skip to content

Commit 9492253

Browse files
authored
Fixed Interrupt Pin define
1 parent b460e61 commit 9492253

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Arduino_MKRIoTCarrier.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
#define DISP_CS 2
7070
#define DISP_BL_RST 3 //BOTH DISP_BL and DISP_RST , DISP_RST connected to Arduino's RST pin too
7171

72-
#define INT 7 //Every sensor interrupt pin , PULL-UP
72+
#define INT 6 //Every sensor interrupt pin , PULL-UP
7373

7474
#define LED_CKI 4
7575
#define LED_SDI 5
@@ -117,4 +117,4 @@ class MKRIoTCarrier{
117117
Adafruit_DotStar leds = Adafruit_DotStar(NUMPIXELS, DATAPIN, CLOCKPIN, DOTSTAR_BRG);
118118
private:
119119
};
120-
#endif
120+
#endif

0 commit comments

Comments
 (0)