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
given the code block below from your source there is no way to pass in a callback to get the Err on the constructor either via options or third param of Callbak
given the code block below from your source there is no way to pass in a callback to get the Err on the constructor either via options or third param of Callbak
`constructor: (@address, @options = {}) ->
_.defaults @options,
debug: false
device: "/dev/i2c-1"
`
The text was updated successfully, but these errors were encountered: