Added support for a fully mocked device
This commit is contained in:
parent
eaa37f70e0
commit
4733b250ed
12 changed files with 283 additions and 41 deletions
8
test1.py
Normal file
8
test1.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
from openflexure_microscope.stage.sangaboard import Sangaboard
|
||||
|
||||
import logging
|
||||
import sys
|
||||
|
||||
logging.basicConfig(stream=sys.stdout, level=logging.DEBUG)
|
||||
|
||||
stage = Sangaboard()
|
||||
Loading…
Add table
Add a link
Reference in a new issue