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

examples/remote_exec_controller: implement ping

This commit is contained in:
Sebastien Bourdeauducq 2016-04-05 13:59:54 +08:00
parent affe4d45aa
commit 1459b393a0

View File

@ -50,6 +50,9 @@ class CameraSimulation:
self.noise_level)
return r
def ping(self):
return True
def main():
logging.basicConfig(level=logging.INFO)