PAT9125 init result print
This commit is contained in:
parent
25896ef6e1
commit
7ffa42f43a
1 changed files with 2 additions and 1 deletions
|
@ -1164,7 +1164,8 @@ void setup()
|
||||||
#endif //HAVE_TMC2130_DRIVERS
|
#endif //HAVE_TMC2130_DRIVERS
|
||||||
|
|
||||||
#ifdef HAVE_PAT9125_SENSOR
|
#ifdef HAVE_PAT9125_SENSOR
|
||||||
pat9125_init(200, 200);
|
MYSERIAL.print("PAT9125_init:");
|
||||||
|
MYSERIAL.println(pat9125_init(200, 200));
|
||||||
#endif //HAVE_PAT9125_SENSOR
|
#endif //HAVE_PAT9125_SENSOR
|
||||||
|
|
||||||
st_init(); // Initialize stepper, this enables interrupts!
|
st_init(); // Initialize stepper, this enables interrupts!
|
||||||
|
|
Loading…
Reference in a new issue