You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
326 B
30 lines
326 B
/*
|
|
*/
|
|
/*! \page dclock-example.html
|
|
|
|
\ingroup examples
|
|
\title Digital Clock
|
|
|
|
This example displays a digital LCD clock that can switch between time
|
|
and date.
|
|
|
|
<hr>
|
|
|
|
Header file:
|
|
|
|
\include dclock/dclock.h
|
|
|
|
<hr>
|
|
|
|
Implementation:
|
|
|
|
\include dclock/dclock.cpp
|
|
|
|
<hr>
|
|
|
|
Main:
|
|
|
|
\include dclock/main.cpp
|
|
*/
|
|
|