File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -8,18 +8,18 @@ export { CPU } from './cpu/cpu';
88export type { CPUMemoryHook , CPUMemoryHooks } from './cpu/cpu' ;
99export { avrInstruction } from './cpu/instruction' ;
1010export { avrInterrupt } from './cpu/interrupt' ;
11- export { adcConfig , atmega328Channels , AVRADC } from './peripherals/adc' ;
12- export type {
13- ADCConfig ,
14- ADCMuxConfiguration ,
15- ADCMuxInput ,
11+ export {
12+ adcConfig ,
1613 ADCMuxInputType ,
1714 ADCReference ,
15+ atmega328Channels ,
16+ AVRADC ,
1817} from './peripherals/adc' ;
18+ export type { ADCConfig , ADCMuxConfiguration , ADCMuxInput } from './peripherals/adc' ;
1919export { AVRClock , clockConfig } from './peripherals/clock' ;
2020export type { AVRClockConfig } from './peripherals/clock' ;
2121export { AVREEPROM , eepromConfig , EEPROMMemoryBackend } from './peripherals/eeprom' ;
22- export type { EEPROMBackend , AVREEPROMConfig } from './peripherals/eeprom' ;
22+ export type { AVREEPROMConfig , EEPROMBackend } from './peripherals/eeprom' ;
2323export {
2424 AVRIOPort ,
2525 INT0 ,
@@ -54,3 +54,4 @@ export * from './peripherals/twi';
5454export { AVRUSART , usart0Config } from './peripherals/usart' ;
5555export { AVRUSI } from './peripherals/usi' ;
5656export { AVRWatchdog , watchdogConfig } from './peripherals/watchdog' ;
57+ export type { WatchdogConfig } from './peripherals/watchdog' ;
You can’t perform that action at this time.
0 commit comments