Class ImuBase

java.lang.Object
com.diozero.devices.imu.ImuBase
All Implemented Interfaces:
ImuInterface

public abstract class ImuBase
extends Object
implements ImuInterface
  • Constructor Details

    • ImuBase

      public ImuBase()
  • Method Details

    • startRead

      public void startRead()
      Specified by:
      startRead in interface ImuInterface
    • stopRead

      public void stopRead()
      Specified by:
      stopRead in interface ImuInterface
    • processData

      protected void processData()