mirror of
https://gitee.com/lzc56/MiaoUI.git
synced 2025-07-18 17:52:09 +00:00
14 lines
248 B
C
14 lines
248 B
C
![]() |
#ifndef _Other_Function_H
|
||
|
#define _Other_Function_H
|
||
|
|
||
|
#include "main.h"
|
||
|
|
||
|
void White_Dark_Day(void);
|
||
|
void Show_MPU6050(void);
|
||
|
void Show_GitHub(void);
|
||
|
void Show_Bilibili(void);
|
||
|
void Setting_Speed(void);
|
||
|
void Car_State(void);
|
||
|
void Screen(void);
|
||
|
|
||
|
#endif
|