1
0
Fork 0
i237/src/hmi_msg.h

13 lines
313 B
C

#ifndef _HMI_MSG_H_
#define _HMI_MSG_H_
#define PROG_VERSION "Version: %S built on: %S %S"
#define LIBC_VERSION "avr-libc version: %S"
#define STUD_NAME "Arti Zirk"
#define GET_MONTH_MSG "Enter Month name first letter >"
#define UPTIME_MSG "Uptime: %lu s"
extern PGM_P const months[];
#endif /* _HMI_MSG_H_ */