diff options
| author | Uri Shaked | 2020-11-25 13:46:54 +0200 |
|---|---|---|
| committer | Uri Shaked | 2020-11-25 13:49:16 +0200 |
| commit | 43fe0a5b858060f569087acaee002be064b6c70b (patch) | |
| tree | eed366e3e544f92b99cfbc39ececad5e443bb7ce /src/index.ts | |
| parent | 0.12.0 (diff) | |
| download | avr8js-43fe0a5b858060f569087acaee002be064b6c70b.tar.gz avr8js-43fe0a5b858060f569087acaee002be064b6c70b.tar.bz2 avr8js-43fe0a5b858060f569087acaee002be064b6c70b.zip | |
feat(clock): Clock Prescale (CLKPR) support #68
close #68
Diffstat (limited to '')
| -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 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'; |
