2
0
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:
Robert Jördens 2022-09-02 20:45:13 +00:00
parent 3809ac5470
commit b6586cd7e4

View File

@ -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):