From 6a9f238969fc0e877c7bef103a4953dabf0f2936 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Wed, 8 Jan 2020 12:20:38 +0200 Subject: feat(gpio): add pinState() method close #8 --- src/index.ts | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/index.ts') 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'; -- cgit v1.2.3