diff options
Diffstat (limited to '')
| -rw-r--r-- | src/index.ts | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/index.ts b/src/index.ts index bdf7621..ead8081 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,3 +1,9 @@ +/** + * AVR8js + * + * Copyright (C) 2019, 2020, Uri Shaked + */ + export { CPU, ICPU, CPUMemoryHook, CPUMemoryHooks } from './cpu'; export { avrInstruction } from './instruction'; export { avrInterrupt } from './interrupt'; @@ -16,6 +22,7 @@ export { portHConfig, portJConfig, portKConfig, - portLConfig + portLConfig, + PinState } from './gpio'; export { AVRUSART, usart0Config } from './usart'; |
