doc: add missing -lm option to command line for compiling tut1
[comedilib.git] / demo /
2012-05-14 Ian Abbottdemo/tut3.c: memset options to 0 before modifying
2012-05-14 Ian Abbottdemo/tut3: Removed a couple of unused variables.
2012-05-14 Ian Abbottdemo/pwm: Removed an unused variable.
2012-05-14 Ian Abbottdemo/pwm: Bug fix - should have called comedi_close()
2012-05-14 Ian Abbottdemo/choose_clock: Fix a printf.
2012-05-10 Ian Abbottdemo/python/mmap.py: Fix buffer wraparound bug.
2012-05-03 Ian AbbottMerge branch 'master' of git://comedi.org/git/comedi...
2012-05-02 Bernd PorrAdded info that '-n' is used to select the waveform.
2012-05-02 Bernd PorrMerge branch 'master' of ssh://comedi.org/git/comedi...
2012-05-02 Bernd PorrCreated a PWM demo using the newly introduced defines to
2012-05-01 Ian Abbottdoc: A few whitespace tweaks in program listings
2012-04-27 Bernd PorrI've updated the manual in the section configuration and
2012-03-13 W. Trevor KingSuggest people use `PYTHONPATH` rather than adjusting...
2012-03-13 W. Trevor KingAdd myself to the old Python demo copyrights, since...
2012-03-13 W. Trevor KingOops, fix copyright month on `demo/python/insn.py`.
2012-03-13 W. Trevor KingCast the period to an integer in `demo/python/mmap...
2012-03-13 W. Trevor KingAdjust `sys.path` before importing `mmap` in `demo...
2012-03-13 W. Trevor KingCast the period to an integer in `demo/python/cmd.py...
2012-03-13 W. Trevor KingAdd serial and PWM subdevice types to `demo/python...
2012-03-13 W. Trevor KingAdd `chanlist_len` to `comedi_get_cmd_generic_timed...
2012-03-13 W. Trevor KingAdd `demo/python/insn.py`, a Python clone of `demo...
2010-03-19 Ian AbbottAdded channel parameter to comedi_set_clock_source...
2009-08-13 Ian AbbottCheck subdevice type.
2009-08-13 Ian AbbottUse negative options.value to set up time as a duty...
2008-11-05 Ian AbbottHandle COMEDI_SUBD_PWM and check for future unknown...
2008-09-04 Frank Mori Hessfixed typo in printf.
2008-08-20 Frank Mori HessAdded comment about using gpct_encoder demo with 660x...
2008-02-08 Frank Mori Hesstrivial change to a comment.
2008-02-08 Frank Mori HessSwitched to use comedi_to_physical instead of deprecate...
2008-02-08 Frank Mori HessAdded some checking of return values for errors
2008-01-23 Frank Mori HessAdded more INSN_CONFIG wrappers: comedi_get_clock_source(),
2008-01-18 Frank Mori HessAdded comedi_set_filter() and comedi_set_routing()...
2008-01-17 Frank Mori HessUpdated to use comedi_set_clock_source() wrapper.
2008-01-15 Frank Mori HessMoved some wrappers for INSN_CONFIG instructions into...
2007-12-10 Ian AbbottAvoid mixing declarations and code.
2007-11-30 Ian AbbottAdded blancmange curve.
2007-11-30 Ian AbbottSelected waveform with -n. Shifted up sine wave if...
2007-11-22 Ian AbbottSupport -c channel and -r range options.
2007-11-07 Ian AbbottFix use of INSN_GTOD so it works on 64-bit platforms.
2007-10-29 Frank Mori HessFixed warning on 32 bit arch, caused by my fix for...
2007-10-26 Frank Mori HessFixed compile warning on amd64
2007-08-14 Frank Mori HessAdded blurb about do_waveform.
2007-08-13 Frank Mori HessAdded digital output command demo.
2007-08-13 Frank Mori HessBe a little more correct by setting CMDF_WRITE flag...
2007-08-13 Frank Mori Hessprint subdevice too on command dumps.
2007-08-10 Frank Mori HessMoved comedi_internal_trigger into common.c
2007-08-10 Frank Mori HessRemoved some obsolete comments.
2007-08-09 Frank Mori HessNeed to use stop_src=TRIG_NONE
2007-08-02 Frank Mori HessFixed comedi_get_cmd_generic_timed() by adding a chanli...
2007-08-02 Frank Mori HessRemoved duplicate declaration.
2007-07-16 Frank Mori HessAdded some sanity checks, and made it use the read...
2007-07-16 Frank Mori HessForgot to add file for new demo.
2007-07-13 Frank Mori HessAdded NI GPCT buffered counting example.
2007-07-12 Frank Mori HessNew demo program.
2007-07-11 Frank Mori HessInitialize counter value to zero.
2007-07-11 Frank Mori HessAdded a comment.
2007-07-10 Frank Mori HessRemoved unused variable.
2007-07-10 Frank Mori HessCleaned up mixing of spaces/tabs for indentation probab...
2007-07-10 Frank Mori HessRemoved some dead code.
2007-06-28 Frank Mori HessDemo program for quadrature encoder counting with NI...
2007-01-08 Frank Mori HessAdded new gpct_simple_counting demo (shares some code...
2007-01-08 Frank Mori HessPrint large unsigned values correctly (not as negative...
2007-01-05 Frank Mori HessAdded brief description of choose_routing demo.
2007-01-05 Frank Mori HessAdded gpct_pulse_generator demo.
2007-01-05 Frank Mori Hessprint max data value as unsigned value instead of signe...
2007-01-03 Frank Mori HessMade parse_options() write options to a struct instead...
2007-01-03 Frank Mori HessAdded a sentence to ao_waveform description.
2007-01-03 Frank Mori HessRemoved some C99-isms (mixed code and declarations)
2006-10-23 Frank Mori HessAdded choose_clock and choose_routing demo programs...
2006-07-20 Ian AbbottApplied patch from David MacMahon <davidm -at- astro...
2006-07-13 Ian AbbottUse comedi_perror to report error if comedi_open fails...
2006-07-13 Ian AbbottApplied (slightly modified) patch from David MacMahon
2006-05-02 Frank Mori HessPatch from abbotti@mev.co.uk (Ian Abbott):
2005-12-28 Frank Mori HessMade cmd demo work with SDF_LSAMPL subdevices.
2005-03-13 Frank Mori Hessinfo is board_info now
2005-03-12 Frank Mori Hessfix name collision with automake 1.9
2005-02-24 Frank Mori Hessadded some error checks
2005-01-23 Frank Mori Hessmmap works for output waveforms now.
2005-01-22 Frank Mori Hessmark initial buffer contents as written, remove some...
2005-01-17 Frank Mori Hessadded memory mapped ao waveform demo (untested)
2004-02-29 Frank Mori Hessadd serial dio subdevice type
2004-01-02 Frank Mori Hessdoing a retry for the preload write is useless, since...
2004-01-02 Frank Mori Hessmade BUF_LEN larger, so boards with huge ao fifos ...
2003-08-16 David Schleeffix warnings r0_7_21
2003-06-04 David Schleefadd #! line
2003-06-04 David SchleefAdd python examples from Luc Lefebvre <luc.lefebvre...
2003-05-24 Frank Mori Hessuse CR_EDGE and CR_INVERT constants instead of magic...
2003-05-02 David Schleefautoconfiscate
2003-05-02 David Schleefdemos should be nodist
2003-05-02 David Schleefautoconfiscation
2003-04-22 Frank Mori Hessadded apply_cal demo
2003-03-05 Frank Mori Hessset default n_scan value to 10 for insn demo, added...
2003-01-01 Frank Mori Hessinclude string.h for memset()
2003-01-01 Frank Mori Hessfixing includes for exit(), memset() for gcc 2.96 compi...
2002-12-31 Frank Mori Hessfix compiler warning
2002-11-26 Frank Mori Hessadded error check for mmap() call
2002-11-22 Frank Mori Hessincreased BUF_LEN, so demo works better with ni boards
2002-11-20 Frank Mori Hesschanged & to %, before it seemed to assume the buffer...
2002-09-25 David Schleefremove some stuff that is in the lib now
2002-09-25 David Schleefadd some error checking
next