Enumeration |
resolution_t |
Use |
For rotors and sliders, the resolution of the reported angle or position. RES_x_BIT = rotor/slider reports x-bit values. Example: if slider resolution is RES_7_BIT, then reported positions are in the range 0…127. |
Values |
Comment |
---|---|
RES_1_BIT |
1 bit resolution : reported positions range 0 – 1 |
RES_2_BIT |
2 bit resolution : reported positions range 0 – 3 |
RES_3_BIT |
3 bit resolution : reported positions range 0 – 7 |
RES_4_BIT |
4 bit resolution : reported positions range 0 – 15 |
RES_5_BIT |
5 bit resolution : reported positions range 0 – 31 |
RES_6_BIT |
6 bit resolution : reported positions range 0 – 63 |
RES_7_BIT |
7 bit resolution : reported positions range 0 – 127 |
RES_8_BIT |
8 bit resolution : reported positions range 0 – 255 |