初始化demo版本
This commit is contained in:
9
examples/hmi/inc/mainhmi.h
Normal file
9
examples/hmi/inc/mainhmi.h
Normal file
@ -0,0 +1,9 @@
|
||||
#ifndef MAIN_HMI_H
|
||||
#define MAIN_HMI_H
|
||||
|
||||
#include "hmi_common.h"
|
||||
|
||||
void Hmi_LoadMainHmi(const MenuItemInfo_t *pItemInfo);
|
||||
void Hmi_MainTask(const MenuItemInfo_t *pItemInfo);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user