10 lines
95 B
C
10 lines
95 B
C
#ifndef HMI_H_
|
|
#define HMI_H_
|
|
|
|
|
|
void hmiInit();
|
|
void hmiExec();
|
|
|
|
|
|
#endif /* HMI_H_ */
|