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

Definition at line 10 of file SGCSCONF.cpp.

◆ SET_REG

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

TMCStepper library by @teemuatlut SGCSCONF.cpp - SGCS Configuration TMC2660

Definition at line 9 of file SGCSCONF.cpp.