diff options
| author | Uri Shaked | 2022-05-17 12:37:27 +0300 |
|---|---|---|
| committer | Uri Shaked | 2022-05-17 12:37:27 +0300 |
| commit | 253905cbf952978df10d6e60dc599176ed593977 (patch) | |
| tree | ff1aed37d7ad50067b88a21c60b351ed290ca15d /src/index.ts | |
| parent | 0.18.11 (diff) | |
| download | avr8js-253905cbf952978df10d6e60dc599176ed593977.tar.gz avr8js-253905cbf952978df10d6e60dc599176ed593977.tar.bz2 avr8js-253905cbf952978df10d6e60dc599176ed593977.zip | |
feat(usi): ATtiny85 USI implementation
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 c1089aa..1429db5 100644 --- a/src/index.ts +++ b/src/index.ts @@ -60,3 +60,4 @@ export * from './peripherals/twi'; export { spiConfig, SPIConfig, SPITransferCallback, AVRSPI } from './peripherals/spi'; export { AVRClock, AVRClockConfig, clockConfig } from './peripherals/clock'; export { AVRWatchdog, watchdogConfig, WatchdogConfig } from './peripherals/watchdog'; +export { AVRUSI } from './peripherals/usi'; |
