diff options
Diffstat (limited to '')
| -rw-r--r-- | src/index.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/index.ts b/src/index.ts index 9f8d27a..f951897 100644 --- a/src/index.ts +++ b/src/index.ts @@ -47,6 +47,8 @@ export { AVRSPI, spiConfig } from './peripherals/spi'; export type { SPIConfig, SPITransferCallback } from './peripherals/spi'; export { AVRTimer, timer0Config, timer1Config, timer2Config } from './peripherals/timer'; export type { AVRTimerConfig } from './peripherals/timer'; +export { ATtinyTimer1, attinyTimer1Config } from './peripherals/timer-attiny'; +export type { ATtinyTimer1Config } from './peripherals/timer-attiny'; export * from './peripherals/twi'; export { AVRUSART, usart0Config } from './peripherals/usart'; export { AVRUSI } from './peripherals/usi'; |
