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