Started testing with microscope
This commit is contained in:
parent
143be8f592
commit
0170fb24da
1 changed files with 1 additions and 2 deletions
|
|
@ -38,7 +38,7 @@ class TestMicroscope(unittest.TestCase):
|
|||
|
||||
|
||||
if __name__ == '__main__':
|
||||
with StreamingCamera() as camera, OpenFlexureStage(None) as stage:
|
||||
with StreamingCamera() as camera, OpenFlexureStage("/dev/ttyUSB0") as stage:
|
||||
|
||||
microscope = Microscope(camera, stage)
|
||||
|
||||
|
|
@ -52,4 +52,3 @@ if __name__ == '__main__':
|
|||
|
||||
if result.wasSuccessful():
|
||||
print(success_string)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue