From ec1346b8a9766f95ff8aae7a3e6abf61307a7d7c Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Fri, 10 Sep 2021 21:05:21 +0300 Subject: feat(adc): ADC peripheral #13 --- src/index.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/index.ts') diff --git a/src/index.ts b/src/index.ts index 8ea70d2..15cc3fa 100644 --- a/src/index.ts +++ b/src/index.ts @@ -7,6 +7,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, -- cgit v1.2.3