2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-25 11:18:27 +08:00

pdq2/driver: implement ping

This commit is contained in:
Sebastien Bourdeauducq 2015-08-09 17:30:01 +08:00
parent 13c15173cc
commit 479175870f

View File

@ -213,3 +213,6 @@ class Pdq2:
for frame_data in program:
self.program_frame(frame_data)
self.write_all()
def ping(self):
return True