brickOS C v0.9.0
demos.dxy
Go to the documentation of this file.
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)
4///
5/// This file provides a simple catalog of our example files
6
7///
8/// @page C-Demos Example Programs in C
9///
10/// \par Ex1: Our hello world example
11/// a simple demostration of how to write to the LCD
12///
13/// \par demo/helloworld.c
14///
15/// \include helloworld.c
16///
17/// \par Ex2: generating sounds
18/// a simple demostration of the RCX playing music
19///
20/// \par demo/sound.c
21///
22/// \include sound.c
23///
24/// \par Ex3: A line following robot
25/// a simple demostration of
26///
27/// \par demo/linetrack.c
28///
29/// \include linetrack.c
30///
31
32##incluce robots.c
33##incluce rover.c
34##incluce trailerbot.c