Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.81 KB | None | 0 0
  1. /*        
  2.            (1*)          (2*)
  3.        6 5 4 3 2 1    3  2  1  0
  4.     00 0 0 0 0 0 0   00 00 00 00   00000000  000     000   00
  5.     -- ---------     ------------  --------  ----    ----  -----
  6.        side_states   device_state  progress  device  side  state
  7.                                        ^       ^      ^      ^
  8.                                        |       |      |      |
  9.                calibration progress in %       |      |      |
  10.         current device number during calibration      |      |
  11.             current side (if exists) during calibration      |
  12.                                      current calibration state
  13.     see froly-protocol.h:
  14.     (1*) CALIBRATION_SIDE_<NAME> 1 bit per side
  15.     (2*) CALIBRATION_DEVICE_<NAME> 2 bits per state
  16.     progress, device, side, state are uint8_t
  17. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement