From 10acd2110a4aadbdbb66288afe4cc5ce78f9de8e Mon Sep 17 00:00:00 2001 From: Mitchell Grams Date: Fri, 21 Mar 2025 11:33:05 -0600 Subject: [PATCH] add Picohal plugin init --- plugins_init.h | 5 +++++ spindle_control.h | 1 + 2 files changed, 6 insertions(+) diff --git a/plugins_init.h b/plugins_init.h index d05fc1e..2db8dcc 100644 --- a/plugins_init.h +++ b/plugins_init.h @@ -205,6 +205,11 @@ event_out_init(); #endif +#if PICOHAL_ENABLE + extern void picohal_init (void); + picohal_init(); +#endif + // End third party plugin definitions. #if ODOMETER_ENABLE diff --git a/spindle_control.h b/spindle_control.h index 9e2bcfd..71c31ed 100644 --- a/spindle_control.h +++ b/spindle_control.h @@ -47,6 +47,7 @@ #define SPINDLE_SOLENOID 18 #define SPINDLE_STEPPER 19 #define SPINDLE_NOWFOREVER 20 +#define SPINDLE_PICOHAL 21 #define SPINDLE_MY_SPINDLE 30 #define SPINDLE_ALL_VFD ((1<