diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-02-07 16:59:18 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-03-13 11:29:41 -0500 |
commit | a20f4a8759563737eb14e1047416ab049ba35b06 (patch) | |
tree | b0d12e0a7ccfc6f764369edc1fb3e60dd7048d98 /scripts | |
parent | 8b4ad34e22245694fad76e4856afd37f7478b3d6 (diff) | |
download | kutter-a20f4a8759563737eb14e1047416ab049ba35b06.tar.gz kutter-a20f4a8759563737eb14e1047416ab049ba35b06.tar.xz kutter-a20f4a8759563737eb14e1047416ab049ba35b06.zip |
serialhdl: Add support for communicating over a CAN bus
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/klippy-requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/klippy-requirements.txt b/scripts/klippy-requirements.txt index 7d0c667c..c783ba53 100644 --- a/scripts/klippy-requirements.txt +++ b/scripts/klippy-requirements.txt @@ -6,3 +6,4 @@ cffi==1.12.2 pyserial==3.4 greenlet==0.4.15 Jinja2==2.10.1 +python-can==3.3.4 |