Skip to content

Commit

Permalink
Minor formatting fixes (#733)
Browse files Browse the repository at this point in the history
  • Loading branch information
cathalmccabe authored and schelleg committed Sep 14, 2018
1 parent 82da590 commit 80b08ca
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions docs/source/pynq_libraries/axiiic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,19 @@ The ``send()`` and ``receive()`` methods are used to read and write data.
send(address, data, length, option=0)
* address is the address of the IIC peripheral
* data is an array of bytes to be sent to the IP
* length is the number of bytes to be transferred
* option allows an IIC *repeated start*
* address is the address of the IIC peripheral
* data is an array of bytes to be sent to the IP
* length is the number of bytes to be transferred
* option allows an IIC *repeated start*

.. code-block:: Python
.. code-block:: Python
receive(address, data, length, option=0)
* address is the address of the IIC peripheral
* data is an array of bytes to receive data from the IP
* length is the number of bytes to be received
* option allows an IIC *repeated start*
* address is the address of the IIC peripheral
* data is an array of bytes to receive data from the IP
* length is the number of bytes to be received
* option allows an IIC *repeated start*

More information about the AxiIIC module and the API for reading, writing
and waiting can be found in the :ref:`pynq-lib-axiiic` sections.

0 comments on commit 80b08ca

Please sign in to comment.