File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
This package provides an object-oriented interface to the Comedi_
2
2
drivers. The standard Python interface bundled with Comedilib is a
3
3
simple SWIG clone of the C interface. In pycomedi, we convert the
4
- functions into class methods (see `pycomedi.classes`), so you don't
5
- have to worry about dragging around opaque types like `comedi_t *`
4
+ functions into class methods (see `` pycomedi.classes` `), so you don't
5
+ have to worry about dragging around opaque types like `` comedi_t *` `
6
6
device pointers. We also bundle related constants together in
7
- `_Enums` and `_Flags` (see `pycomedi.constants`), to make handling
8
- common operations like flag manipulations simpler. Finally, there are
9
- a number of utility classes (see `pycomedi.utility`) to make common
10
- tasks like creating instructions or reading hardware-timed analog
11
- input easier.
7
+ `` _Enums`` and `` _Flags`` (see `` pycomedi.constants`` ), to make
8
+ handling common operations like flag manipulations simpler. Finally,
9
+ there are a number of utility classes (see `` pycomedi.utility`` ) to
10
+ make common tasks like creating instructions or reading hardware-timed
11
+ analog input easier.
12
12
13
13
14
14
Installation
@@ -71,7 +71,7 @@ standard::
71
71
Usage
72
72
=====
73
73
74
- See the examples in the `doc` directory.
74
+ See the examples in the `` doc` ` directory.
75
75
76
76
77
77
Testing
You can’t perform that action at this time.
0 commit comments