Small changes
This commit is contained in:
parent
b6ab18aca3
commit
644f3a5250
@ -5,7 +5,7 @@
|
||||
* \file usbledfader.h
|
||||
* \brief Global definitions and datatypes, used by the firmware and the commandline-client. Also contains the main doxygen-documentation.
|
||||
* \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.
|
||||
*/
|
||||
@ -129,8 +129,7 @@
|
||||
* circuit).
|
||||
* - \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
|
||||
* a reference to the patterns, consult the function fade_calculateWaveform()
|
||||
* in the file "firmware/main.c".
|
||||
* a reference to the patterns, use the show-function.
|
||||
* - \e periodDuration: Time in sec/10 for one repetition of the waveform. A
|
||||
* value of 0 can be used to reset the wave.
|
||||
* - \e repetitionCount: Number of repetitions before switching to the next
|
||||
@ -291,7 +290,7 @@
|
||||
*
|
||||
* \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/usbdrv: USB driver -- See Readme.txt in this directory for
|
||||
* info
|
||||
|
Loading…
Reference in New Issue
Block a user