config: - calibrate length measurement control: - Fix ENCODER_TEST - syntax error - Add beep at 0.5m
7 lines
319 B
C++
7 lines
319 B
C++
|
|
// task that repeatedly checks supply voltage (12V) and saves certain values to nvs in case of it drops below a certain threshold (power off detected)
|
|
void task_shutDownDetection(void *pvParameter);
|
|
|
|
// read last axis position in steps from nvs
|
|
// returns -1 when reading from nvs failed
|
|
int nvsReadLastAxisPosSteps(); |