pycomedi.git
15 years agoFixed license reference in setup.py and added license headers to source.
W. Trevor King [Tue, 11 Nov 2008 15:42:31 +0000 (10:42 -0500)]
Fixed license reference in setup.py and added license headers to source.

15 years agoAdded a .gitignore file.
W. Trevor King [Tue, 11 Nov 2008 15:34:04 +0000 (10:34 -0500)]
Added a .gitignore file.

15 years agoAdded ez_setup installation framework.
W. Trevor King [Tue, 11 Nov 2008 15:31:30 +0000 (10:31 -0500)]
Added ez_setup installation framework.

15 years agoAdded subdevice flag checking ability and reworked some tests.
W. Trevor King [Tue, 11 Nov 2008 15:26:35 +0000 (10:26 -0500)]
Added subdevice flag checking ability and reworked some tests.

I was hoping SDF_BUSY would let me know when the output job was
complete, but for some reason it doesn't seem to.
See simult_aio.AIO.reset().

15 years agoFairly large rewrite for more object-oriented pycomedi.
W. Trevor King [Thu, 23 Oct 2008 12:49:39 +0000 (08:49 -0400)]
Fairly large rewrite for more object-oriented pycomedi.

test.py should never have been versioned; it was simply an example
of the test logic for simult_aio._repeat_aio_test().

15 years agoBroke out common functionality into common.py
W. Trevor King [Sun, 5 Oct 2008 04:07:02 +0000 (00:07 -0400)]
Broke out common functionality into common.py

Still need to go through and clean up the simultaneous code.

15 years agoNo changes?
W. Trevor King [Sat, 4 Oct 2008 22:35:29 +0000 (18:35 -0400)]
No changes?

15 years agoCleaned up single_dio.py 0.1
W. Trevor King [Sat, 4 Oct 2008 22:34:58 +0000 (18:34 -0400)]
Cleaned up single_dio.py

15 years agoRenamed modules without the now-redundant `comedi_' prefix
W. Trevor King [Sat, 4 Oct 2008 15:00:11 +0000 (11:00 -0400)]
Renamed modules without the now-redundant `comedi_' prefix

15 years agoVersioning started. 0.0
W. Trevor King [Sat, 4 Oct 2008 14:55:29 +0000 (10:55 -0400)]
Versioning started.

Time to compile this heap-o-stuff into a real package.