Package ch.hevs.kart

Class KartRegisters.V1.Control.UpdateInterval

java.lang.Object
ch.hevs.kart.KartRegisters.V1.Control.UpdateInterval
Enclosing class:
KartRegisters.V1.Control

public static final class KartRegisters.V1.Control.UpdateInterval extends Object

Update interval (from kart to App) in milliseconds.

This control register sets the amount of time between each synchronisation of the status registers from the kart to the Android application. Default value is 100 (0x64).

  • Field Details

  • Constructor Details

    • UpdateInterval

      public UpdateInterval()
  • Method Details

    • FROM_HZ

      public static int FROM_HZ(double frequency)
    • FROM_MS

      public static int FROM_MS(double period)