Packages

Control functions for use with Via autopilot. Documentation is INCOMPLETE.

Current section

Files

Jump to
via_controllers lib via_controllers.ex
Raw

lib/via_controllers.ex

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