To build Hibiscus, it is only necessary now to sym link to ArduinoAddons/arduino-1.8.3/libraries/TMC2130Stepper from the Arduino libs directory.master
parent
6640d8175f
commit
b65c4e06d2
@ -1,7 +1,7 @@
|
|||||||
#ifndef TMC2130Stepper_MACROS_H
|
#ifndef TMC2130Stepper_MACROS_H
|
||||||
#define TMC2130Stepper_MACROS_H
|
#define TMC2130Stepper_MACROS_H
|
||||||
#include "TMC2130Stepper.h"
|
#include "TMC2130Stepper.h"
|
||||||
#include "../TMC2130Stepper_REGDEFS.h"
|
#include "TMC2130Stepper_REGDEFS.h"
|
||||||
|
|
||||||
#define WRITE_REG(R) send2130(TMC2130_WRITE|REG_##R, &R##_sr);
|
#define WRITE_REG(R) send2130(TMC2130_WRITE|REG_##R, &R##_sr);
|
||||||
|
|
Loading…
Reference in new issue