aboutsummaryrefslogtreecommitdiff
path: root/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.ts')
-rw-r--r--src/index.ts7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/index.ts b/src/index.ts
index 8db88f9..0a9335e 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -26,4 +26,11 @@ export {
PinState,
} from './peripherals/gpio';
export { AVRUSART, usart0Config } from './peripherals/usart';
+export {
+ AVREEPROM,
+ AVREEPROMConfig,
+ EEPROMBackend,
+ EEPROMMemoryBackend,
+ eepromConfig,
+} from './peripherals/eeprom';
export * from './peripherals/twi';