diff --git a/artiq/coredevice/__init__.py b/artiq/coredevice/__init__.py index 0a1a4de6c..2d0e7d27a 100644 --- a/artiq/coredevice/__init__.py +++ b/artiq/coredevice/__init__.py @@ -1,4 +1,4 @@ -from artiq.coredevice import exceptions, dds, spi +from artiq.coredevice import exceptions, dds, spi, spi2 from artiq.coredevice.exceptions import (RTIOUnderflow, RTIOOverflow) from artiq.coredevice.dds import (PHASE_MODE_CONTINUOUS, PHASE_MODE_ABSOLUTE, PHASE_MODE_TRACKING)