forked from M-Labs/artiq
coredevice/ttl: fix imports
This commit is contained in:
parent
486fe97649
commit
2b282456dc
|
@ -2,7 +2,9 @@ import numpy
|
||||||
|
|
||||||
from artiq.language.core import *
|
from artiq.language.core import *
|
||||||
from artiq.language.types import *
|
from artiq.language.types import *
|
||||||
from artiq.coredevice.rtio import rtio_output, rtio_input_timestamp
|
from artiq.coredevice.rtio import (rtio_output, rtio_input_timestamp,
|
||||||
|
rtio_input_data)
|
||||||
|
from artiq.coredevice.exceptions import RTIOOverflow
|
||||||
|
|
||||||
|
|
||||||
# RTIO TTL address map:
|
# RTIO TTL address map:
|
||||||
|
|
Loading…
Reference in New Issue