77 #if defined SERIAL_OUT_ON 89 LOG_P(
"\n\r***Welcome*********************************************************:\n\r");
90 LOG_P(
"Start einer neuen Runde:\n\r");
113 uint8_t ucinitresult = 0;
121 LOG_P(
"\n\rUserInterfaceMenuStartup ");
151 LOG_P(
"\n\rUserInterfaceMenuNormal");
188 LOG_P(
"\n\rUserInterfaceMenuProg");
222 LOG_P(
"\n\rAustieg mit: ");
258 LOG_P(
"\n\rEndOfSoap!!\n\r\n\r");
void UserInterfaceLcdProg(menuProg_t ucbut)
Display "Progr" Menu.
Minimal uart library with output only for debugging.
void UserInterfaceCommonDataShutDown(void)
Write common data to EEPROM.
void ClockSetStatus(uint8_t ucStatus)
Set status of pulse generator.
Subroutines for UserInterfaceCommonData.
void log_init(void)
Call once in start of main to initialize logging to uart with LOG() and LOG_P() macros.
#define LOG_P(FMT,...)
Printf like macro to log to uart.
void UserInterfaceLcdNormal(menuNormal_t ucbut)
Normal Menu.
void UserInterfaceLcdWelcome(void)
Welcome.
void ClockKernelInit(void)
Initialization of the pulse generator.
void UserInterfaceLcdStartup(menuStartup_t ucbut, uint8_t ucstatus)
Startup.
void UserInterfaceLcdEndOfSoap(void)
End of soap.
Subroutines for UserInterfaceLcd.
#define SYSTEM_STATUS_DIRTY
dirty bit, set by init, cleared by shutdown
System wide Definitions for FREMO Clock.
void UserInterfaceLcdInit(void)
Init.
User function called by timer ISR.
void UserInterfaceLcdShutdown(menuShutdown_t ucbut)
Shutdown.
uint8_t UserInterfaceCommonDataInit(void)
Read data from EEPROM and initialize common data.