Skip to content
Snippets Groups Projects
Commit 33cb5c0d authored by Martin Teichmann's avatar Martin Teichmann Committed by Martin Teichmann
Browse files

add some more motor terminal compatibilities

that's what I found in the EEE lab and Brad's box
parent 7997e8dc
No related branches found
No related tags found
No related merge requests found
...@@ -117,7 +117,7 @@ class EL6022(EBPFTerminal): ...@@ -117,7 +117,7 @@ class EL6022(EBPFTerminal):
class EL7041(EBPFTerminal): class EL7041(EBPFTerminal):
compatibility = {(2, 461451346)} compatibility = {(2, 461451346), (2, 461455442), (2, 460795986)}
velocity = PacketDesc((1, 6), "h") velocity = PacketDesc((1, 6), "h")
enable = PacketDesc((1, 4), 0) enable = PacketDesc((1, 4), 0)
status = PacketDesc((0, 6), "H") status = PacketDesc((0, 6), "H")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment