1/// \file doc/doxy-extras/demos.dxy
2/// \brief Main page for collecting our C examples
3/// \author Stephen M Moraco (stephmo@users.sourceforge.net)
5/// This file provides a simple catalog of our example files
8/// @page C-Demos Example Programs in C
10/// \par Ex1: Our hello world example
11/// a simple demostration of how to write to the LCD
13/// \par demo/helloworld.c
15/// \include helloworld.c
17/// \par Ex2: generating sounds
18/// a simple demostration of the RCX playing music
24/// \par Ex3: A line following robot
25/// a simple demostration of
27/// \par demo/linetrack.c
29/// \include linetrack.c