Added support for a fully mocked device

This commit is contained in:
jtc42 2019-06-28 12:52:55 +01:00
parent eaa37f70e0
commit 4733b250ed
12 changed files with 283 additions and 41 deletions

8
test1.py Normal file
View 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()