You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently, it's a common practice to initialize the device as: device.new(name="foo", open=nop, release=nop), where nop=function () end. we could assume it as the default, when no argument is provided.
The text was updated successfully, but these errors were encountered:
currently, it's a common practice to initialize the device as:
device.new(name="foo", open=nop, release=nop)
, wherenop=function () end
. we could assume it as the default, when no argument is provided.The text was updated successfully, but these errors were encountered: