fremoclock
1_3A01
FREMO Clock - Software for UTG
|
Main program for the FREMO Clock core system. More...
Go to the source code of this file.
Functions | |
void | main (void) |
Entry point of the application. More... | |
Main program for the FREMO Clock core system.
In the moment testing only!!!
Target:
Software
History:
Definition in file main.c.
void main | ( | void | ) |
Entry point of the application.
After a reset this routine is started. First the hardware is initialized and interrupts are enabled to start the timers. Than the user interface is shown on the LCD display. Normal and Program Menus are call in a loop until the user selects Shutdown. On this the system is halted by leaving main()
.
Definition at line 66 of file main.c.