From 2fd9e6d4c040d4a54456b153f4523cab05adbf02 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Sun, 1 Dec 2019 15:18:25 +0200 Subject: feat: initial implementation of USART #6 --- 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 094d3a9..d8f4373 100644 --- a/src/index.ts +++ b/src/index.ts @@ -18,3 +18,4 @@ export { portKConfig, portLConfig } from './gpio'; +export { AVRUSART, usart0Config } from './usart'; -- cgit v1.2.3