TB2026-YDS Firmware
Loading...
Searching...
No Matches
app.h
Go to the documentation of this file.
1
9#pragma once
10
18void app_init(void);
19
26void app_run(void);
void app_init(void)
Bring up the whole board: self-hold power, NVS, drivers and services.
Definition app.c:79
void app_run(void)
Start the UI on its own task and return.
Definition app.c:381