79585882

Date: 2025-04-22 07:23:13
Score: 1
Natty:
Report link

Have you check the scaling factor? For mg/dL it will be 10.0 and for mmol/L is 18.0...

double getGlucoseValue(int fstByte, int sndByte) {
  return (((256 * fstByte) + (sndByte)) & 0x0FFF) / scaling_factor;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Emiliano