diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2018-08-10 15:00:46 +0200 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2018-08-10 22:35:30 +0200 |
commit | 1e61d28214d9ba30bb947c118756346d8bc9d04b (patch) | |
tree | 6cf82fe43f50af82831072a036693c4d18b7edc2 /README.md | |
download | pycomlynx-1e61d28214d9ba30bb947c118756346d8bc9d04b.tar.gz pycomlynx-1e61d28214d9ba30bb947c118756346d8bc9d04b.zip |
first prototype (based to some extent on pycoly)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..1484c48 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# Python library to access Danfoss ULX/TLX inverters over RS-485 + +* Some code is based on https://bitbucket.org/wagnerflo/pycoly +* Compatible with micropython and cpython +* Supports Ping, GetNodeInformation and CAN Messages + |