Packages

Elixir wrapper for Libplctag, for communication with Allen-Bradley PLC's.

Current section

Files

Jump to
abex lib api.ex
Raw

lib/api.ex

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