Model Railroad System  2.2.2
Model RR signals with an Arduino
Preface.h
1 // -!- c++ -!- //////////////////////////////////////////////////////////////
2 //
3 // System :
4 // Module :
5 // Object Name : $RCSfile$
6 // Revision : $Revision$
7 // Date : $Date$
8 // Author : $Author$
9 // Created By : Robert Heller
10 // Created : Sun Jul 26 17:01:21 2015
11 // Last Modified : <150728.0914>
12 //
13 // Description
14 //
15 // Notes
16 //
17 // History
18 //
19 /////////////////////////////////////////////////////////////////////////////
20 //
21 // Copyright (C) 2015 Robert Heller D/B/A Deepwoods Software
22 // 51 Locke Hill Road
23 // Wendell, MA 01379-9728
24 //
25 // This program is free software; you can redistribute it and/or modify
26 // it under the terms of the GNU General Public License as published by
27 // the Free Software Foundation; either version 2 of the License, or
28 // (at your option) any later version.
29 //
30 // This program is distributed in the hope that it will be useful,
31 // but WITHOUT ANY WARRANTY; without even the implied warranty of
32 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
33 // GNU General Public License for more details.
34 //
35 // You should have received a copy of the GNU General Public License
36 // along with this program; if not, write to the Free Software
37 // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
38 //
39 //
40 //
41 //////////////////////////////////////////////////////////////////////////////
42 
43 #ifndef __PREFAC_H
44 #define __PREFAC_H
45 /** @mainpage Preface
46  * This document outlines using an Arduino Uno microprocessor board to control
47  * upto eight signals with up to eight lamps (LEDs) per signal.
48  * @htmlonly
49  * <div class="contents">
50  * <div class="textblock"><ol type="1">
51  * <li><a class="el" href="Introduction.html">Introduction</a><ol type="1">
52  * <li><a class="el" href="Introduction.html#layoutmodule">The layout module</a></li>
53  * <li><a class="el" href="Introduction.html#HardwareUsed">Hardware being used</a></li></ol></li>
54  * <li><a class="el" href="SignalDriverBoard.html">Signal Driver board</a></li>
55  * <li><a class="el" href="ConnectingSignalDriverBoard.html">Connecting the Signal Driver Board</a></li>
56  * <li><a class="el" href="SignalDriverboardcables.html">Signal Driver board cables</a></li>
57  * <li><a class="el" href="Assemblingsignaltargets.html">Assembling signal targets</a></li>
58  * <li><a class="el" href="ProgrammingtheArduino.html">Programming the Arduino</a></li>
59  * <li><a class="el" href="ProgrammingtheHostComputer.html">Programming the Host Computer</a></li>
60  * </ol></div></div>
61  * @endhtmlonly
62  */
63 
64 #endif // __PREFAC_H
65