frame-msg
    Preparing search index...

    Interface RxIMUOptions

    Options for RxIMU constructor.

    interface RxIMUOptions {
        msgCode?: number;
        smoothingSamples?: number;
    }
    Index

    Properties

    msgCode?: number

    Optional msgCode to identify IMU data packets. Defaults to 0x0A.

    smoothingSamples?: number

    Optional number of samples to average for smoothing. Defaults to 1 (no smoothing).