Pummpcomm v2.5.1 Pummpcomm.Cgm View Source
This module provides binary page decoding for Medtronic pump cgm pages. The main entrypoint is decode(page)
which
handles the crc check and parsing out event opcodes and translating those into event records.
Link to this section Summary
Types
The ISIG (short for Insterstitial Signal) is an electrical reading that is proportional to BG
Functions
Takes a page of cgm data and decodes events from it
Link to this section Types
The ISIG (short for Insterstitial Signal) is an electrical reading that is proportional to BG.
Link to this section Functions
Takes a page of cgm data and decodes events from it.