aboutsummaryrefslogtreecommitdiff
path: root/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.ts')
-rw-r--r--src/index.ts10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/index.ts b/src/index.ts
index 8ea70d2..15cc3fa 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -8,6 +8,16 @@ export { CPU, ICPU, CPUMemoryHook, CPUMemoryHooks } from './cpu/cpu';
export { avrInstruction } from './cpu/instruction';
export { avrInterrupt } from './cpu/interrupt';
export {
+ ADCConfig,
+ adcConfig,
+ ADCMuxConfiguration,
+ ADCMuxInput,
+ ADCMuxInputType,
+ ADCReference,
+ atmega328Channels,
+ AVRADC,
+} from './peripherals/adc';
+export {
AVRTimer,
AVRTimerConfig,
timer0Config,