TMCStepper
TMC_MACROS.h
Go to the documentation of this file.
1
#pragma once
2
3
#define DEBUG_PRINT(CFG, VAL) Serial.print(CFG); Serial.print('('); Serial.print(VAL, HEX); Serial.println(')')
4
//#define WRITE_REG(R) write(R##_register.address, R##_register.sr)
5
//#define READ_REG(R) read(R##_register.address)
src
source
TMC_MACROS.h
Generated by
1.8.17