aboutsummaryrefslogtreecommitdiff
path: root/src/index.ts
diff options
context:
space:
mode:
authorUri Shaked2020-11-25 13:46:54 +0200
committerUri Shaked2020-11-25 13:49:16 +0200
commit43fe0a5b858060f569087acaee002be064b6c70b (patch)
treeeed366e3e544f92b99cfbc39ececad5e443bb7ce /src/index.ts
parent0.12.0 (diff)
downloadavr8js-43fe0a5b858060f569087acaee002be064b6c70b.tar.gz
avr8js-43fe0a5b858060f569087acaee002be064b6c70b.tar.bz2
avr8js-43fe0a5b858060f569087acaee002be064b6c70b.zip
feat(clock): Clock Prescale (CLKPR) support #68
close #68
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 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';