Packages

Yet another MODBUS library, supporting both TCP and RTU, providing gateway functionality.

Current section

Files

Jump to
modbuzz lib modbuzz.ex
Raw

lib/modbuzz.ex

defmodule Modbuzz do
@moduledoc """
Documentation for `Modbuzz`.
"""
@doc """
Hello world.
## Examples
iex> Modbuzz.hello()
:world
"""
def hello do
:world
end
end