mirror of
https://gitee.com/lzc56/MiaoUI.git
synced 2025-08-12 12:22:53 +00:00
11 lines
158 B
C
11 lines
158 B
C
#ifndef _APPLICATION_H
|
|
#define _APPLICATION_H
|
|
|
|
#include "menu.h"
|
|
#include "menuConfig.h"
|
|
|
|
void Show_MPU6050(xpMenu Menu);
|
|
void Show_Log(xpMenu Menu);
|
|
|
|
#endif
|