* - `-32 766` to indicate that the rotational speed is equal to or greater than 3.2766 [rad/s] to the right,
* - `n` (`n > -32 766` and `n <= 0`) to indicate that the rotation is clockwise (i.e. to the right) and is equal to or less than n x 0,01 rad/s,
and greater than (n-1) x 0,01 rad/s,
* - `n` (`n > 0` and `n < 32 766`) to indicate that the rotation is anti-clockwise (i.e. to the left) and is equal to or less than n x 0,01 rad/s,
and greater than (n-1) x 0,01 rad/s,
* - `n` (`n > -32 766` and `n <= 0`) to indicate that the rotation is clockwise (i.e. to the right) and is equal to or less than n x 0,01 rad/s, and greater than (n-1) x 0,01 rad/s,
* - `n` (`n > 0` and `n < 32 766`) to indicate that the rotation is anti-clockwise (i.e. to the left) and is equal to or less than n x 0,01 rad/s, and greater than (n-1) x 0,01 rad/s,
* - `32 766` to indicate that the rotational speed is greater than 3.2765 rad/second to the left,
* - `32 767` to indicate that the information is not available.