Packages

Elixir library to work with the NXP PN532 RFID module.

Current section

Files

Jump to
pn532 lib client disconnected.ex
Raw

lib/client/disconnected.ex

defmodule PN532.Client.Disconnected do
@moduledoc """
Functions for when we are in the connected state
"""
require Logger
def disconnected(_, _, _) do
:keep_state_and_data
end
end