Skip to content

Commit d94a195

Browse files
committed
interrupt and init
1 parent 854a927 commit d94a195

File tree

3 files changed

+315
-454
lines changed

3 files changed

+315
-454
lines changed

cores/arduino/Arduino.h

-6
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@ extern "C"{
3333
#define TOGGLE 0x2
3434
#define PINCTRL_OFFSET 0x10
3535

36-
#define DISABLE PORT_ISC_INTDISABLE_gc
37-
#define CHANGE PORT_ISC_BOTHEDGES_gc
38-
#define RISING PORT_ISC_RISING_gc
39-
#define FALLING PORT_ISC_FALLING_gc
40-
#define LOW_LEVEL PORT_ISC_LEVEL_gc
41-
4236
/* Analog reference options */
4337

4438
/* Change in mega4809: two places to define analog reference

0 commit comments

Comments
 (0)