Skip to content

Commit

Permalink
Updated reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Wauro21 committed Jul 20, 2023
1 parent d7159aa commit c6ca787
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,6 @@ Indicates the structure of the INFO Command. The controller responds this comman
INFO_CMD = {
'cmd': [
bitarray('01000000'), # Command packet
bitarray('00000000'), # Filler packets
bitarray('00000000')
],
'response_size': 6, # 3 bytes for : setup + freq_counter
# 3 bytes for : step + step_counter
Expand Down Expand Up @@ -239,8 +237,6 @@ Indicates the structure of the HALT Command. When sent the controller stops all
HALT_CMD = {
'cmd': [
bitarray('11000000'), # Command packet
bitarray('00000000'), # Filler packets
bitarray('00000000')
],
'response_size': 1,
}
Expand Down

0 comments on commit c6ca787

Please # to comment.