You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 17, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: examples/3rd-party-library/libraries/EnableInterrupt/README.md
+7-23Lines changed: 7 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,12 @@ Functions:
6
6
enableInterrupt- Enables interrupt on a selected Arduino pin.
7
7
disableInterrupt - Disables interrupt on the selected Arduino pin.
8
8
9
-
10
-
*_What's New?_ Fri Jun 22 06:49:57 CDT 2018 Version 1.0.0 of the library has been released. Alex Reinert contributed Bobuino support. Thanks, Alex! And at this point, I think it's long past due that we stick a non-beta sticker on this thing. Congratulations, EnableInterrupt- you are all grown up. Version 1.0.0 it is.
9
+
*_What's New?_ Tue Sep 19 18:02:21 CDT 2017 Version 0.9.8 of the library has been released.
10
+
There were a number of outstanding pull requests that were merged into the library. Thanks
11
+
to Loranzo Cafaro for his switch debounce example, to Jevon Wild for his changes to make the
12
+
library more functional with PlatformIO (http://docs.platformio.org/en/latest/what-is-platformio.html),
13
+
Ricardo JL Rufino for some PlatformIO fixes to the library.json file, and Sara Damiano for
14
+
adding support for the Sodaq Mbili and EnviroDIY Mayfly.
11
15
12
16
The EnableInterrupt library is an Arduino interrupt library, designed for
13
17
all versions of the Arduino- at this writing, the Uno (and other ATmega328p-based
@@ -293,7 +297,7 @@ the library's code and thus is not supported by this library. It is the same
293
297
pin the Arduino uses to upload sketches, and it is connected to the FT232RL
294
298
USB-to-Serial chip (ATmega16U2 on the R3).
295
299
296
-
### Mighty 1284, Bobuino, EnviroDIY Mayfly, Sodaq Mbili Support
300
+
### Mighty 1284, EnviroDIY Mayfly, Sodaq Mbili Support
297
301
The ATmega 1284p shares pinout with the 644; the only difference is in memory
298
302
size. We use the "Mighty 1284" platform as our model, because the needed files are
299
303
mature and complete.
@@ -320,26 +324,6 @@ Pin Interrupt Pin* PORT PCINT ATmega644/1284 pin Pin* POR
320
324
25/A1 PA1 1 39
321
325
24/A0 PA0 0 40
322
326
323
-
Bobuino External Bobuino Bobuino
324
-
Pin Interrupt Pin* PORT PCINT ATmega644/1284 pin Pin* PORT PCINT ATmega644/1284 pin
325
-
Port 4 PB0 8 1 31 PD7 31 21
326
-
2 INT2 PB2 5 PB1 9 2 22 PC0 16 22
327
-
10 INT1 PD2 6 PB2 2 3 23 PC1 17 23
328
-
11 INT0 PD3 7 PB3 11 4 24 PC2 18 24
329
-
10 PB4 12 5 25 PC3 19 25
330
-
11 PB5 13 6 26 PC4 20 26
331
-
12 PB6 14 7 27 PC5 21 27
332
-
13 PB7 15 8 28 PC6 22 28
333
-
0 PD0 24 14 29 PC7 23 29
334
-
1 PD1 25 15 14/A0 PA7 7 33
335
-
2 PD2 26 16 15/A1 PA6 6 34
336
-
3 PD3 27 17 16/A2 PA5 5 35
337
-
30 PD4 28 18 17/A3 PA4 4 36
338
-
8 PD5 29 19 18/A4 PA3 3 37
339
-
9 PD6 30 20 19/A5 PA2 2 38
340
-
20/A6 PA1 1 39
341
-
21/A7 PA0 0 40
342
-
343
327
Mayfly Mayfly Mayfly
344
328
Mbili External Mbili Mbili
345
329
Pin Interrupt Pin* PORT PCINT ATmega644/1284 pin Pin* PORT PCINT ATmega644/1284 pin
0 commit comments