felias-fogg / SoftI2CMaster

Software I2C Arduino library
GNU General Public License v3.0
368 stars 100 forks source link

Is this lib support PMBus protocol ? #22

Closed ejngnng closed 7 years ago

ejngnng commented 7 years ago

I want to read values from a DC-DC device, the DC-DC device support PMBus protocol, can I use this lib?

felias-fogg commented 7 years ago

Well, this lib does not support "notifications" from the he slave to the host. It all depends on whether you want/need to use features that go beyond the I2C spec.

Best Bernhard

Von meinem iPad gesendet

Am 02.08.2017 um 06:34 schrieb ejngnng notifications@github.com:

I want to read values from a DC-DC device, the DC-DC device support PMBus protocol, can I use this lib?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

ejngnng commented 7 years ago

@felias-fogg Thanks a lot