forked from M-Labs/artiq
1
0
Fork 0

pdq2/driver: implement ping

This commit is contained in:
Sebastien Bourdeauducq 2015-08-09 17:30:01 +08:00
parent 13c15173cc
commit 479175870f
1 changed files with 3 additions and 0 deletions

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