forked from M-Labs/artiq
test_spi: port imports to NAC3
This commit is contained in:
parent
5acf008be3
commit
158d65c822
|
@ -1,7 +1,7 @@
|
||||||
import unittest
|
import unittest
|
||||||
from artiq.experiment import *
|
from artiq.experiment import *
|
||||||
from artiq.test.hardware_testbench import ExperimentCase
|
from artiq.test.hardware_testbench import ExperimentCase
|
||||||
from artiq.language.core import (kernel, delay_mu, delay)
|
from artiq.language.core import kernel
|
||||||
from artiq.language.units import us
|
from artiq.language.units import us
|
||||||
from artiq.coredevice import spi2 as spi
|
from artiq.coredevice import spi2 as spi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue