|
LAT Hologramm-Software 2.0
|
#include "grbl.h"
Go to the source code of this file.
Functions | |
| void | coolant_init () |
| uint8_t | coolant_get_state () |
| void | coolant_stop () |
| void | coolant_set_state (uint8_t mode) |
| void | coolant_sync (uint8_t mode) |
| uint8_t coolant_get_state | ( | ) |
Definition at line 35 of file coolant_control.c.
| void coolant_init | ( | ) |
Definition at line 24 of file coolant_control.c.
| void coolant_set_state | ( | uint8_t | mode | ) |
Definition at line 81 of file coolant_control.c.
| void coolant_stop | ( | ) |
Definition at line 60 of file coolant_control.c.
| void coolant_sync | ( | uint8_t | mode | ) |
Definition at line 121 of file coolant_control.c.