mirror of https://github.com/m-labs/artiq.git
test_spi: port imports to NAC3
This commit is contained in:
parent
5acf008be3
commit
158d65c822
|
@ -1,7 +1,7 @@
|
|||
import unittest
|
||||
from artiq.experiment import *
|
||||
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.coredevice import spi2 as spi
|
||||
|
||||
|
|
Loading…
Reference in New Issue