Packages

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

Current section

Files

Jump to
snapex7 test snapex7_test.exs
Raw

test/snapex7_test.exs

defmodule Snapex7Test do
use ExUnit.Case
doctest Snapex7
test "greets the world" do
assert Snapex7.hello() == :world
end
end