fremoclock  1_3A01
FREMO Clock - Software for UTG
main.c File Reference

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...
 

Detailed Description

Main program for the FREMO Clock core system.

In the moment testing only!!!

Target:

  • AtMega128 on PROTO_128 and AtMega48/88/168

Software

  • AVR-GCC

History:

  • 070101 first implementation (R 0)
  • 150427 StS: Refactoring, Code cleanup
Version
$Id: main.c 159 2016-09-03 06:51:47Z pischky $
Author
Bernd Wisotzki [BA] wsb56.nosp@m.@use.nosp@m.rs.so.nosp@m.urce.nosp@m.forge.nosp@m..net
Date
01-January-2007

Definition in file main.c.

Function Documentation

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.

Here is the call graph for this function: