diff options
author | joeycastillo <joeycastillo@users.noreply.github.com> | 2022-01-27 15:51:46 +0000 |
---|---|---|
committer | joeycastillo <joeycastillo@users.noreply.github.com> | 2022-01-27 15:51:46 +0000 |
commit | bbf146166834b91cf72d36d81b9d5d1145dbc6f2 (patch) | |
tree | 3717dc40c37d9472fbc20dcdae78c0d1af5a0472 /group__spi.html | |
parent | c0090716995447bd59954c8a7e24cd5c20598f7a (diff) | |
download | Sensor-Watch-bbf146166834b91cf72d36d81b9d5d1145dbc6f2.tar.gz Sensor-Watch-bbf146166834b91cf72d36d81b9d5d1145dbc6f2.tar.bz2 Sensor-Watch-bbf146166834b91cf72d36d81b9d5d1145dbc6f2.zip |
deploy: 14e4562b7a44ab6882180b69145665d4920769ac
Diffstat (limited to 'group__spi.html')
-rw-r--r-- | group__spi.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/group__spi.html b/group__spi.html index e7956106..487837ea 100644 --- a/group__spi.html +++ b/group__spi.html @@ -169,8 +169,9 @@ void </td><td class="memItemRight" valign="bottom"><a class="el" href="grou <p>Reads a series of values from a device on the SPI bus. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> - <tr><td class="paramname">buf</td><td>Storage for the incoming bytes; on return, it will contain the received data. </td></tr> - <tr><td class="paramname">length</td><td>The number of bytes that you wish to receive. </td></tr> + <tr><td class="paramname">data_out</td><td>Storage for outgoing bytes. </td></tr> + <tr><td class="paramname">data_in</td><td>Storage for incoming bytes. </td></tr> + <tr><td class="paramname">length</td><td>The number of bytes to transfer. </td></tr> </table> </dd> </dl> |