xdripswift/xDrip4iOS Widget/xDripClient/ConstantsBloodGlucose.swift

7 lines
158 B
Swift
Raw Normal View History

2020-09-24 22:27:46 +02:00
enum ConstantsBloodGlucose {
static let mmollToMgdl = 18.01801801801802
static let mgDlToMmoll = 0.0555
static let libreMultiplier = 117.64705
}