You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
394 B

2 years ago
  1. /*
  2. * Constants.h
  3. *
  4. * Created on: 16.05.2018
  5. * Author: LK
  6. */
  7. #ifndef TMC_HELPERS_CONSTANTS_H_
  8. #define TMC_HELPERS_CONSTANTS_H_
  9. #define TMC_WRITE_BIT 0x80
  10. #define TMC_ADDRESS_MASK 0x7F
  11. #define TMC_DEFAULT_MOTOR 0
  12. //#define TMC_DIRECTION_RIGHT TRUE
  13. //#define TMC_DIRECTION_LEFT FALSE
  14. #define TMC_REGISTER_COUNT 128 // Default register count
  15. #endif /* TMC_HELPERS_CONSTANTS_H_ */