Packages

Wafer is an Elixir library to make writing drivers for i2c and SPI connected peripherals and interacting with GPIO pins easier.

Current section

Files

Jump to
wafer lib wafer dll dll.ex
Raw

lib/wafer/dll/dll.ex

defmodule Wafer.DLL do
@moduledoc """
Implements a safe bytewise data-link-layer which allows the transmission and
receiption of arbitrary erlang terms in tiny packets.
See `Rx` and `Tx` for details.
"""
end