diff options
| author | Uri Shaked | 2019-11-30 10:55:32 +0200 |
|---|---|---|
| committer | Uri Shaked | 2019-11-30 10:55:32 +0200 |
| commit | cf09a4dfc60f5f973f28a48c9f9638df3bb5b60e (patch) | |
| tree | 8e284aa69fdfcc476a03a8d280a62ccef655a12c /src/index.ts | |
| parent | cleanup(demo): remove unused constant (diff) | |
| download | avr8js-cf09a4dfc60f5f973f28a48c9f9638df3bb5b60e.tar.gz avr8js-cf09a4dfc60f5f973f28a48c9f9638df3bb5b60e.tar.bz2 avr8js-cf09a4dfc60f5f973f28a48c9f9638df3bb5b60e.zip | |
feat: add more GPIO ports
close #3
Diffstat (limited to 'src/index.ts')
| -rw-r--r-- | src/index.ts | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/index.ts b/src/index.ts index bb3e216..094d3a9 100644 --- a/src/index.ts +++ b/src/index.ts @@ -6,7 +6,15 @@ export { AVRIOPort, GPIOListener, AVRPortConfig, + portAConfig, portBConfig, portCConfig, - portDConfig + portDConfig, + portEConfig, + portFConfig, + portGConfig, + portHConfig, + portJConfig, + portKConfig, + portLConfig } from './gpio'; |
