TMCStepper
Library supporting Trinamic Stepper Drivers for Arduino platforms
Loading...
Searching...
No Matches
SMARTEN.cpp File Reference
#include "../TMCStepper.h"
#include "TMC_MACROS.h"
Include dependency graph for SMARTEN.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 SMARTEN_register.SETTING

Definition at line 10 of file SMARTEN.cpp.

◆ SET_REG

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

TMCStepper library by @teemuatlut SMARTEN.cpp - Smart Enable TMC2660

Definition at line 9 of file SMARTEN.cpp.