#include <stdint.h>
#include <stdbool.h>
#include "hal.h"
#include "protocol.h"
#include "coolant_control.h"
#include "state_machine.h"
Functions | |
void | coolant_restore (coolant_state_t mode, uint16_t on_delay_ms) |
void | coolant_set_state (coolant_state_t mode) |
bool | coolant_set_state_synced (coolant_state_t mode) |
void coolant_restore | ( | coolant_state_t | mode, |
uint16_t | on_delay_ms | ||
) |
void coolant_set_state | ( | coolant_state_t | mode | ) |
bool coolant_set_state_synced | ( | coolant_state_t | mode | ) |