diff options
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> |