EdmundOpt High Speed filter wheel is working!!!

This commit is contained in:
eddyem
2016-05-14 16:54:12 +03:00
parent 1360054a53
commit 130ea672c3
9 changed files with 319 additions and 162 deletions

View File

@@ -31,6 +31,7 @@
typedef struct{
char *wheelID; // ID of wheel to work with
char *wheelName; // and/or its name
char *serial; // turret's serial (string description)
int filterPos; // position of filter
char *filterName; // and/or its name
char *filterId; // or full ID like "A2"
@@ -42,7 +43,7 @@ typedef struct{
// default & global parameters
extern glob_pars const Gdefault;
extern int listNms, gohome, reName;
extern int listNms, gohome, reName, showpos;
extern glob_pars G;