mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-28 20:53:35 +08:00
add window data delay
This commit is contained in:
parent
3809ac5470
commit
b6586cd7e4
@ -1335,6 +1335,7 @@ class Miqro:
|
||||
for i in range(len(data)):
|
||||
addr += 1
|
||||
self.write32(addr, (data[i][0] & 0xffff) | (data[i][1] << 16))
|
||||
delay(10*us)
|
||||
|
||||
@kernel
|
||||
def pulse(self, window, profiles):
|
||||
|
Loading…
Reference in New Issue
Block a user