coredevice: export spi2

pull/954/head
Robert Jördens 2018-02-24 09:49:31 +01:00
parent ddb3d2fe14
commit b466a569bf
1 changed files with 1 additions and 1 deletions

View File

@ -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)