mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
[wpiunits] Documentation improvements (#5932)
This commit is contained in:
@@ -41,5 +41,6 @@ public final class BaseUnits {
|
||||
/** The standard unit of power, watts. */
|
||||
public static final Power Power = new Power(1, "Watt", "W");
|
||||
|
||||
/** The standard unit of temperature, kelvin. */
|
||||
public static final Temperature Temperature = new Temperature(x -> x, x -> x, "Kelvin", "K");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user