Initial commit
This commit is contained in:
20
Clean_TMC2209/lib/tmc/ic/TMC2209/TMC2209_Constants.h
Normal file
20
Clean_TMC2209/lib/tmc/ic/TMC2209/TMC2209_Constants.h
Normal file
@@ -0,0 +1,20 @@
|
||||
/*******************************************************************************
|
||||
* Copyright © 2019 TRINAMIC Motion Control GmbH & Co. KG
|
||||
* (now owned by Analog Devices Inc.),
|
||||
*
|
||||
* Copyright © 2023 Analog Devices Inc. All Rights Reserved. This software is
|
||||
* proprietary & confidential to Analog Devices, Inc. and its licensors.
|
||||
*******************************************************************************/
|
||||
|
||||
|
||||
#ifndef TMC_IC_TMC2209_TMC2209_CONSTANTS_H_
|
||||
#define TMC_IC_TMC2209_TMC2209_CONSTANTS_H_
|
||||
|
||||
#define TMC2209_MOTORS 1
|
||||
#define TMC2209_REGISTER_COUNT TMC_REGISTER_COUNT
|
||||
#define TMC2209_WRITE_BIT TMC_WRITE_BIT
|
||||
#define TMC2209_ADDRESS_MASK TMC_ADDRESS_MASK
|
||||
#define TMC2209_MAX_VELOCITY s32_MAX
|
||||
#define TMC2209_MAX_ACCELERATION u24_MAX
|
||||
|
||||
#endif /* TMC_IC_TMC2209_TMC2209_CONSTANTS_H_ */
|
||||
Reference in New Issue
Block a user