>From the user's point of view, the RMC accepts and displays pointing angles as floating point numbers with 0.001° resolution. Internally the software treats angles as 32 bit integer numbers where the full 32 bit range corresponds to 360°. This is equivalent to a resolution of 0.000000084°.
When the software calculates the pointing angles from the sensor readings, it includes some calibration parameters configurable at the Setup page. The steps of calculating a pointing angle are as follows:
The integer value calculated this way is used for the internal pointing routines. At the user interface and for remote control, show the internal value multiplied by (36/2^32).