-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
The numbering scheme makes no sense to me
| sensitivity | hex | binary |
|---|---|---|
| -5 | 0x1a |
0001 1010 |
| -4 | 0x15 |
0001 0101 |
| -3 | 0x25 |
0010 0101 |
| -2 | 0x35 |
0011 0101 |
| -1 | 0x45 |
0100 0101 |
| 0 | 0x11 |
0001 0001 |
| 1 | 0x65 |
0110 0101 |
| 2 | 0x75 |
0111 0101 |
| 3 | 0x85 |
1000 0101 |
| 4 | 0x95 |
1010 0101 |
| 5 | 0x21 |
0010 0001 |
for values [-4,-1] and [1,4] it seems to be sensitivity - 0x55. But 0, -5, and 5 are on a completely different system, that don't seem to match a pattern.
Should look into why those values are different, and try random other values (0x74, 0x0c, 0x55, 0x00) and see what comes of it.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels