xdripswift/xDrip4iOS Widget/xDripClient/ConstantsBloodGlucose.swift

7 lines
158 B
Swift

enum ConstantsBloodGlucose {
static let mmollToMgdl = 18.01801801801802
static let mgDlToMmoll = 0.0555
static let libreMultiplier = 117.64705
}