com.github.pires.obd.commands.SystemOfUnits Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of obd-java-api Show documentation
Show all versions of obd-java-api Show documentation
OBD Java API compatible with ELM327.
package com.github.pires.obd.commands;
/**
* This interface will define methods for converting to/from imperial units and
* from/to metric units.
*/
public interface SystemOfUnits {
/**
* @return a float.
*/
float getImperialUnit();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy