com.kauailabs.navx.frc.IBoardCapabilities Maven / Gradle / Ivy
/*----------------------------------------------------------------------------*/
/* Copyright (c) Kauai Labs 2015. All Rights Reserved. */
/* */
/* Created in support of Team 2465 (Kauaibots). Go Purple Wave! */
/* */
/* Open Source Software - may be modified and shared by FRC teams. Any */
/* modifications to this code must be accompanied by the \License.txt file */
/* in the root directory of the project. */
/*----------------------------------------------------------------------------*/
package com.kauailabs.navx.frc;
interface IBoardCapabilities {
public boolean isOmniMountSupported();
public boolean isBoardYawResetSupported();
public boolean isDisplacementSupported();
public boolean isAHRSPosTimestampSupported();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy