PER Firmware
Loading...
Searching...
No Matches
calibration.c File Reference

Calibration page implementation. More...

#include "calibration.h"
#include "common/nextion/nextion.h"
#include "can_library/faults_common.h"
#include "main.h"
#include "colors.h"
Include dependency graph for calibration.c:

Functions

void calibration_telemetry_update ()
 Updates the LCD display with current pedal telemetry data when on CALIBRATION page.
 

Detailed Description

Calibration page implementation.

Author
Irving Wang (irvin.nosp@m.gw@p.nosp@m.urdue.nosp@m..edu)

Function Documentation

◆ calibration_telemetry_update()

void calibration_telemetry_update ( )

Updates the LCD display with current pedal telemetry data when on CALIBRATION page.

Updates brake and throttle bars, raw ADC values, deviation percentages, and status indicators for brake and throttle pedals. Also displays fault statuses if detected.

Note
Only executes when current page is PAGE_CALIBRATION
Here is the call graph for this function: