21#ifndef coolant_control_h
22#define coolant_control_h
24#define COOLANT_NO_SYNC false
25#define COOLANT_FORCE_SYNC true
27#define COOLANT_STATE_DISABLE 0
28#define COOLANT_STATE_FLOOD PL_COND_FLAG_COOLANT_FLOOD
29#define COOLANT_STATE_MIST PL_COND_FLAG_COOLANT_MIST
uint8_t coolant_get_state()
void coolant_sync(uint8_t mode)
void coolant_set_state(uint8_t mode)