Skip to content

Commit

Permalink
Add information about python-can interface and docs in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoyding committed Apr 26, 2024
1 parent e2a605c commit a3ab54b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ caro.shutdown() # free the bus

## Features

- This library uses the python-can library to communicate with the device.
- This library uses the python-can library to communicate with the device. Please refer to its documentation to know about all the CAN interfaces that can be used with this library (https://python-can.readthedocs.io/en/stable/)
- The device has 4 digital outputs and 4 digital inputs. Hence the signals
can be read/written by using the attributes of the CaroA04 class:
- do1, do2, do3, do4 : digital output 1 to digital output 4
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Usage
Features
--------

* This library uses the python-can library to communicate with the device.
* This library uses the python-can library to communicate with the device. Please refer to its documentation to know about all the CAN interfaces that can be used with this library (https://python-can.readthedocs.io/en/stable/)
* The device has 4 digital outputs and 4 digital inputs. Hence the signals can be read/written by using the attributes of the CaroA04 class:
* do1, do2, do3, do4 : digital output 1 to digital output 4
* di1, di2, di3, di4 : digital input 1 to digital input 4
Expand Down

0 comments on commit a3ab54b

Please sign in to comment.