Skip to content
Snippets Groups Projects
Commit 70dae0b5 authored by Milan Prica's avatar Milan Prica :skier:
Browse files

Extra bits added for resolving state, meaning unknown

parent 7c424122
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,13 @@ CONTROLLER_FLAGS = [
"REFERENCE_MARK", # 0x00008000
"IS_PHASED", # 0x00010000
"POSITIONER_FAULT", # 0x00020000
"AMPLIFIER_ENABLED" # 0x00040000
"AMPLIFIER_ENABLED", # 0x00040000
"UNDOCUMENTED", # 0x00080000
"UNDOCUMENTED", # 0x00100000
"UNDOCUMENTED", # 0x00200000
"UNDOCUMENTED", # 0x00400000
"UNDOCUMENTED", # 0x00800000
"UNDOCUMENTED" # 0x01000000
]
END_OF_LINE = '\015\012'
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment