Replies: 1 comment
-
Yes, our ECMA-419 SMBus implementation should provide the
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In ECMA419 I read "The SMBus class extends the I2C class with additional methods" yet calling
write()
on an SMBus object produces a "no function!" exception and looking at smbus.js I don't see an implementation of write nor extension of I2C. Am I missing something?The use-case is a TI power management chip that has a PMBus interface, which is an extension of SMBus, and it has "commands" where one just writes the command/register byte and no data. It looks like there's a non-standard
sendByte()
function that should do what I need...Beta Was this translation helpful? Give feedback.
All reactions