diff options
| author | Uri Shaked | 2020-01-30 20:21:31 +0200 |
|---|---|---|
| committer | Uri Shaked | 2020-01-30 20:21:31 +0200 |
| commit | 1a64241f92251f3ed16ae54afd020a416565bf74 (patch) | |
| tree | 67c888ef7352d9d257591f642346ad9d3f382006 /src/index.ts | |
| parent | chore: release 0.5.2 (diff) | |
| download | avr8js-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.ts | 1 |
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'; |
