Packages

Pummpcomm is a library to handle communication with a Medtronic insulin pump via a serial link to a cc1110 chip running subg_rfspy.

Current section

Files

Jump to
pummpcomm lib pummpcomm history null_byte.ex
Raw

lib/pummpcomm/history/null_byte.ex

defmodule Pummpcomm.History.NullByte do
@moduledoc false
@behaviour Pummpcomm.History.Decoder
# Functions
## Pummpcomm.History.Decoder callbacks
@impl Pummpcomm.History.Decoder
@spec decode(binary, Pummpcomm.PumpModel.pump_options()) :: %{}
def decode(<<>>, _), do: %{}
end