This commit is contained in:
joeycastillo
2022-01-27 15:51:46 +00:00
parent c009071699
commit bbf1461668
13 changed files with 61 additions and 59 deletions

View File

@@ -169,8 +169,9 @@ void&#160;</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>