farmbot_os/lib/system/targets/rpi0w/system.exs

7 lines
158 B
Elixir

defmodule Module.concat([Farmbot, System, "rpi0w"]) do
@moduledoc false
@behaviour Farmbot.System
use Farmbot.System.NervesCommon, target: "rpi0w"
end