diff options
| author | Uri Shaked | 2021-07-07 15:32:09 +0300 |
|---|---|---|
| committer | GitHub | 2021-07-07 15:32:09 +0300 |
| commit | af5ac6d4687b8b3903fa300527655ff43be12526 (patch) | |
| tree | 52d885a00242ad05804e9356ceb83809fe76dc91 /src/index.ts | |
| parent | 0.15.3 (diff) | |
| download | avr8js-af5ac6d4687b8b3903fa300527655ff43be12526.tar.gz avr8js-af5ac6d4687b8b3903fa300527655ff43be12526.tar.bz2 avr8js-af5ac6d4687b8b3903fa300527655ff43be12526.zip | |
feat(gpio): external interrupt/PCINT support (#82)
close #70, #84
Diffstat (limited to 'src/index.ts')
| -rw-r--r-- | src/index.ts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/index.ts b/src/index.ts index f4ac3aa..01af188 100644 --- a/src/index.ts +++ b/src/index.ts @@ -18,6 +18,13 @@ export { AVRIOPort, GPIOListener, AVRPortConfig, + AVRPinChangeInterrupt, + AVRExternalInterrupt, + PCINT0, + PCINT1, + PCINT2, + INT0, + INT1, portAConfig, portBConfig, portCConfig, |
