Adjusted driver with auxiliary axes offsets
This commit is contained in:
9
Makefile
9
Makefile
@ -13,15 +13,18 @@ REQUIRED+=motorBase
|
||||
motorBase_VERSION=7.2.2
|
||||
|
||||
# Specify the version of turboPmac we want to build against
|
||||
turboPmac_VERSION=0.10.0
|
||||
sinqMotor_VERSION=mathis_s
|
||||
|
||||
# Specify the version of turboPmac we want to build against
|
||||
turboPmac_VERSION=mathis_s
|
||||
|
||||
# These headers allow to depend on this library for derived drivers.
|
||||
HEADERS += src/auxiliaryAxis.h
|
||||
HEADERS += src/detectorTowerAuxiliaryAxis.h
|
||||
HEADERS += src/detectorTowerAxis.h
|
||||
HEADERS += src/detectorTowerController.h
|
||||
|
||||
# Source files to build
|
||||
SOURCES += src/auxiliaryAxis.cpp
|
||||
SOURCES += src/detectorTowerAuxiliaryAxis.cpp
|
||||
SOURCES += src/detectorTowerAxis.cpp
|
||||
SOURCES += src/detectorTowerController.cpp
|
||||
|
||||
|
Reference in New Issue
Block a user