Lua can "import" other lua files (which are in the same folder) by calling `require "somefile"` which will import `somefile.lua`. Using this method we could import the Cyphal Heartbeat and GetInfo defintions (and in the future, others).
Lua can "import" other lua files (which are in the same folder) by calling
require "somefile"which will importsomefile.lua.Using this method we could import the Cyphal Heartbeat and GetInfo defintions (and in the future, others).