Small changes

This commit is contained in:
Ronald Schaten 2006-10-02 16:56:11 +00:00
parent b6ab18aca3
commit 644f3a5250

View File

@ -5,7 +5,7 @@
* \file usbledfader.h * \file usbledfader.h
* \brief Global definitions and datatypes, used by the firmware and the commandline-client. Also contains the main doxygen-documentation. * \brief Global definitions and datatypes, used by the firmware and the commandline-client. Also contains the main doxygen-documentation.
* \author Ronald Schaten & Thomas Stegemann * \author Ronald Schaten & Thomas Stegemann
* \version $Id: usbledfader.h,v 1.2 2006/10/01 16:28:01 rschaten Exp $ * \version $Id: usbledfader.h,v 1.3 2006/10/02 16:56:11 rschaten Exp $
* *
* License: See documentation. * License: See documentation.
*/ */
@ -129,8 +129,7 @@
* circuit). * circuit).
* - \e waveId: ID of the wave (0-1: constant waves, 2: override). * - \e waveId: ID of the wave (0-1: constant waves, 2: override).
* - \e waveformId: ID of the waveform (0-31: brightness, 32-37: patterns). For * - \e waveformId: ID of the waveform (0-31: brightness, 32-37: patterns). For
* a reference to the patterns, consult the function fade_calculateWaveform() * a reference to the patterns, use the show-function.
* in the file "firmware/main.c".
* - \e periodDuration: Time in sec/10 for one repetition of the waveform. A * - \e periodDuration: Time in sec/10 for one repetition of the waveform. A
* value of 0 can be used to reset the wave. * value of 0 can be used to reset the wave.
* - \e repetitionCount: Number of repetitions before switching to the next * - \e repetitionCount: Number of repetitions before switching to the next
@ -291,7 +290,7 @@
* *
* \section sec_files Files in the distribution * \section sec_files Files in the distribution
* *
* - \e Readme.txt: The file you are currently reading. * - \e Readme.txt: Documentation, created from the htmldoc-directory.
* - \e firmware: Source code of the controller firmware. * - \e firmware: Source code of the controller firmware.
* - \e firmware/usbdrv: USB driver -- See Readme.txt in this directory for * - \e firmware/usbdrv: USB driver -- See Readme.txt in this directory for
* info * info