1
0
Fork 0
i237/src/hmi_msg.h

13 lines
313 B
C
Raw Normal View History

2016-09-26 17:33:21 +03:00
#ifndef _HMI_MSG_H_
#define _HMI_MSG_H_
2016-11-20 00:51:04 +02:00
#define PROG_VERSION "Version: %S built on: %S %S"
#define LIBC_VERSION "avr-libc version: %S"
2016-10-23 22:11:20 +03:00
#define STUD_NAME "Arti Zirk"
#define GET_MONTH_MSG "Enter Month name first letter >"
2016-11-07 02:30:33 +02:00
#define UPTIME_MSG "Uptime: %lu s"
2016-09-26 17:33:21 +03:00
2016-12-01 14:40:57 +02:00
extern PGM_P const months[];
2016-09-26 17:33:21 +03:00
#endif /* _HMI_MSG_H_ */