From 9b399811c07cc2ab881abacf6ca35107fc6bc658 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Mon, 25 Nov 2019 22:03:40 +0200 Subject: feat: GPIO peripheral implementation Add new AVRIOPort class, implements GPIO output logic --- src/index.ts | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/index.ts') diff --git a/src/index.ts b/src/index.ts index 94e4ecc..bb3e216 100644 --- a/src/index.ts +++ b/src/index.ts @@ -2,3 +2,11 @@ export { CPU, ICPU, ICPUMemoryHook, ICPUMemoryHooks } from './cpu'; export { avrInstruction } from './instruction'; export { avrInterrupt } from './interrupt'; export { AVRTimer, timer0Config, timer1Config, timer2Config } from './timer'; +export { + AVRIOPort, + GPIOListener, + AVRPortConfig, + portBConfig, + portCConfig, + portDConfig +} from './gpio'; -- cgit v1.2.3