TB2026-YDS Firmware
Loading...
Searching...
No Matches
fuel_gauge_debug.h
Go to the documentation of this file.
1
9#pragma once
10
11#include "screen.h"
12
screen_t * fuel_gauge_debug_screen(void)
Get the singleton fuel-gauge debug screen, ready to push onto the navigator.
Definition fuel_gauge_debug.c:203
Screen interface contract: the vtable every screen implements.
A screen's behaviour, as a table of function pointers.
Definition screen.h:31