mirror of
https://gitee.com/lzc56/MiaoUI.git
synced 2025-06-18 13:57:52 +00:00
14 lines
255 B
C
14 lines
255 B
C
#ifndef _APPLICATION_H
|
|
#define _APPLICATION_H
|
|
|
|
#include "menu.h"
|
|
#include "menuConfig.h"
|
|
|
|
void Show_MPU6050(xpMenu Menu);
|
|
void Show_GitHub(xpMenu Menu);
|
|
void Show_Bilibili(xpMenu Menu);
|
|
void Show_Logo(xpMenu Menu);
|
|
void Menu_to_Home(void *value);
|
|
|
|
#endif
|