brickOS C++ v0.9.0
demos-c++.dxy
Go to the documentation of this file.
1/// \file doc/doxy-extras/demos-c++.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 C++ example programs
6
7///
8/// @page C++-Demos Example Programs in C++
9///
10/// \par Ex1: display battery voltage
11/// a simple demostration of reading the battery and writing to the LCD
12///
13/// \par demo/batt.C
14///
15/// \include batt.C
16///
17/// \par Ex2: emitting light (Using Lamp from the Ultimate Accessory Set)
18/// a demostration of the controlling the Lamp
19///
20/// \par demo/lampTest.C
21///
22/// \include lampTest.C
23///
24/// \par Ex3: generating sounds
25/// a simple demostration of the RCX playing music
26///
27/// \par demo/sound.C
28///
29/// \include sound.C
30///
31
32activeSensor.C
33batt.C
34lampTest.C
35lightSensor.C
36motor.C
37raceTrack.C
38rotation.velocity.Sensor.C
39rotationSensor.C
40rover.C
41sensor.C
42sound.C
43temperatureSensor.C
44touch.pressed.Sensor.C
45touchSensor.C