aboutsummaryrefslogtreecommitdiff
path: root/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/index.ts b/src/index.ts
index d02718a..f4ac3aa 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -41,3 +41,4 @@ export {
} from './peripherals/eeprom';
export * from './peripherals/twi';
export { spiConfig, SPIConfig, SPITransferCallback, AVRSPI } from './peripherals/spi';
+export { AVRClock, AVRClockConfig, clockConfig } from './peripherals/clock';