forked from M-Labs/artiq
coredevice: export spi2
This commit is contained in:
parent
ddb3d2fe14
commit
b466a569bf
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue