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

Faults page implementation. More...

#include "faults.h"
#include "menu_system.h"

Functions

void faults_update ()
 
void faults_move_up ()
 
void faults_move_down ()
 
void faults_select ()
 
void faults_telemetry_update ()
 

Variables

menu_element_t faults_elements []
 
menu_page_t faults_page
 

Detailed Description

Faults page implementation.

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

Variable Documentation

◆ faults_page

menu_page_t faults_page
Initial value:
= {
.elements = faults_elements,
.num_elements = sizeof(faults_elements) / sizeof(faults_elements[0]),
.current_index = 0,
.is_element_selected = false
}