From 1a64241f92251f3ed16ae54afd020a416565bf74 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Thu, 30 Jan 2020 20:21:31 +0200 Subject: feat(twi): partial TWI master implementation #10 --- 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 ead8081..ef0b514 100644 --- a/src/index.ts +++ b/src/index.ts @@ -26,3 +26,4 @@ export { PinState } from './gpio'; export { AVRUSART, usart0Config } from './usart'; +export * from './twi'; -- cgit v1.2.3