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
The SERCOM file does not support repeated start, therefore SMBus transactions are not possible in Wire.
Can someone explain how to compile the serial library and put it into play? I would be happy to try to add support for repeated start. Im working on Ubuntu, so it would be nice to compile with a gcc toolchain, etc.
I work on SMBus stuff a lot, so I don't need handholding on the protocol. When done, the LTC PMBus library will eventually release to the public for anyone to use. Today it only works on Uno, Mega, etc.
The text was updated successfully, but these errors were encountered:
I've pulled it into my branch and modified it to wait for a bus state of idle or owner. This removes the need to track the repeated start state. See the following commit: sandeepmistry@9ae6633
The SERCOM file does not support repeated start, therefore SMBus transactions are not possible in Wire.
Can someone explain how to compile the serial library and put it into play? I would be happy to try to add support for repeated start. Im working on Ubuntu, so it would be nice to compile with a gcc toolchain, etc.
I work on SMBus stuff a lot, so I don't need handholding on the protocol. When done, the LTC PMBus library will eventually release to the public for anyone to use. Today it only works on Uno, Mega, etc.
The text was updated successfully, but these errors were encountered: