TMCStepper
Library supporting Trinamic Stepper Drivers for Arduino platforms
Loading...
Searching...
No Matches
COOLCONF.cpp File Reference
#include "../TMCStepper.h"
#include "TMC_MACROS.h"
Include dependency graph for COOLCONF.cpp:

Go to the source code of this file.

Macros

#define SET_REG(SETTING)
#define GET_REG(SETTING)

Macro Definition Documentation

◆ GET_REG

#define GET_REG ( SETTING)
Value:
return COOLCONF_register.SETTING;

Definition at line 10 of file COOLCONF.cpp.

◆ SET_REG

#define SET_REG ( SETTING)
Value:
COOLCONF_register.SETTING = B; write(COOLCONF_register.address, COOLCONF_register.sr);

TMCStepper library by @teemuatlut COOLCONF.cpp - COOLCONF CoolStep Configuration TMC2130 (TMC2160, TMC5130, TMC5160, TMC5161), TMC2209

Definition at line 9 of file COOLCONF.cpp.