From 88674b7a66cfb831d1c50f1970828944246d3259 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Thu, 21 Nov 2019 10:59:01 +0200 Subject: feat: implement avrInterrupt() used to invoke hardware interrupt --- src/index.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/index.ts') diff --git a/src/index.ts b/src/index.ts index 038ff16..8a474a4 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,2 +1,3 @@ export { CPU, ICPU, ICPUMemoryHook, ICPUMemoryHooks } from './cpu'; export { avrInstruction } from './instruction'; +export { avrInterrupt } from './interrupt'; -- cgit v1.2.3