File tree 1 file changed +7
-6
lines changed
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';
8
8
export type { CPUMemoryHook , CPUMemoryHooks } from './cpu/cpu' ;
9
9
export { avrInstruction } from './cpu/instruction' ;
10
10
export { 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 ,
16
13
ADCMuxInputType ,
17
14
ADCReference ,
15
+ atmega328Channels ,
16
+ AVRADC ,
18
17
} from './peripherals/adc' ;
18
+ export type { ADCConfig , ADCMuxConfiguration , ADCMuxInput } from './peripherals/adc' ;
19
19
export { AVRClock , clockConfig } from './peripherals/clock' ;
20
20
export type { AVRClockConfig } from './peripherals/clock' ;
21
21
export { AVREEPROM , eepromConfig , EEPROMMemoryBackend } from './peripherals/eeprom' ;
22
- export type { EEPROMBackend , AVREEPROMConfig } from './peripherals/eeprom' ;
22
+ export type { AVREEPROMConfig , EEPROMBackend } from './peripherals/eeprom' ;
23
23
export {
24
24
AVRIOPort ,
25
25
INT0 ,
@@ -54,3 +54,4 @@ export * from './peripherals/twi';
54
54
export { AVRUSART , usart0Config } from './peripherals/usart' ;
55
55
export { AVRUSI } from './peripherals/usi' ;
56
56
export { AVRWatchdog , watchdogConfig } from './peripherals/watchdog' ;
57
+ export type { WatchdogConfig } from './peripherals/watchdog' ;
You can’t perform that action at this time.
0 commit comments