PER Firmware
Loading...
Searching...
No Matches
calibration.h
Go to the documentation of this file.
1#ifndef CALIBRATION_H
2#define CALIBRATION_H
3
11#define CALIBRATION_STRING "calibration"
12
13// Nextion object names
14#define CALIBRATION_THROTTLE1 "thr1"
15#define CALIBRATION_THROTTLE2 "thr2"
16#define CALIBRATION_BRAKE1 "brk1"
17#define CALIBRATION_BRAKE2 "brk2"
18#define CALIBRATION_BRAKE_PRS1 "brkprs1"
19#define CALIBRATION_BRAKE_PRS2 "brkprs2"
20#define CALIBRATION_STATUS "status"
21
23
24#endif // CALIBRATION_H
void calibration_telemetry_update()
Updates the LCD display with current pedal telemetry data when on CALIBRATION page.
Definition calibration.c:23