aboutsummaryrefslogtreecommitdiff
path: root/src/index.ts
diff options
context:
space:
mode:
authorUri Shaked2020-01-30 20:21:31 +0200
committerUri Shaked2020-01-30 20:21:31 +0200
commit1a64241f92251f3ed16ae54afd020a416565bf74 (patch)
tree67c888ef7352d9d257591f642346ad9d3f382006 /src/index.ts
parentchore: release 0.5.2 (diff)
downloadavr8js-1a64241f92251f3ed16ae54afd020a416565bf74.tar.gz
avr8js-1a64241f92251f3ed16ae54afd020a416565bf74.tar.bz2
avr8js-1a64241f92251f3ed16ae54afd020a416565bf74.zip
feat(twi): partial TWI master implementation #10
Diffstat (limited to 'src/index.ts')
-rw-r--r--src/index.ts1
1 files changed, 1 insertions, 0 deletions
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';