Constructs an instance of the RxIMU class.
Configuration options for the IMU handler.
Attach the IMU handler to the Frame data response.
The FrameMsg instance.
A promise that resolves to an AsyncQueue that will receive IMUData objects.
Detach the IMU handler from the Frame data response and clean up resources.
The FrameMsg instance.
Process incoming IMU data packets.
Uint8Array containing IMU data with msgCode byte prefix.
RxIMU class handles IMU data processing. It processes magnetometer and accelerometer data, providing smoothed values.