Packages

Elixir wrapper for Snap7, for communication with Siemens PLC's.

Current section

Files

Jump to
snapex7 lib snapex7.ex
Raw

lib/snapex7.ex

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