telemetry service and telemetry agents interface
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// Package conversions will host all of our unit conversion functions
|
||||
package conversions
|
||||
|
||||
func MsToKph(v float32) int {
|
||||
return int((3600 * v) / 1000)
|
||||
}
|
||||
Reference in New Issue
Block a user