Update docs for firmware command/request modules

pull/1088/head
Connor Rigby 2019-12-17 14:50:39 -08:00 committed by Connor Rigby
parent 9ce8d10f9c
commit 1381449f06
2 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,8 @@
defmodule FarmbotFirmware.Command do
@moduledoc false
# sister module to FarmbotFirmware.Request
# see docs for FarmbotFirmware.command/1
alias FarmbotFirmware
alias FarmbotFirmware.GCODE
require Logger

View File

@ -1,5 +1,9 @@
defmodule FarmbotFirmware.Request do
@moduledoc false
# sister module to FarmbotFirmware.Command
# see docs for FarmbotFirmware.request/1
alias FarmbotFirmware
alias FarmbotFirmware.GCODE