commit | f855e82accbe8e0f6d9e8498ee19fbc41c0a5182 | [log] [tgz] |
---|---|---|
author | Brandon Wyman <bjwyman@gmail.com> | Tue Aug 08 18:04:47 2017 -0500 |
committer | Brandon Wyman <bjwyman@gmail.com> | Wed Sep 13 11:39:40 2017 -0500 |
tree | 83f83bb9def2389df899cb17b93f4698eeecca38 | |
parent | ff5f339c6a33e8c37ae2d7b4c3059b4c2604a748 [diff] |
Add read() function to PMBus Adding a read() function to PMBus to read one or more bytes of data. A number of errors will require data from the 2 byte STATUS_WORD command, 1 byte from STATUS_INPUT and various other commands, along with later functions that will require even more bytes of data. Change-Id: I0433b36254565a124229a5bb884fbebd6ec536fc Signed-off-by: Brandon Wyman <bjwyman@gmail.com>