34 lines
859 B
ReStructuredText
34 lines
859 B
ReStructuredText
|
|
.. |I2C| replace:: I\ :sup:`2`\ C
|
||
|
|
|
||
|
|
How to use the I2C slave library
|
||
|
|
================================
|
||
|
|
|
||
|
|
Summary
|
||
|
|
-------
|
||
|
|
|
||
|
|
Software dependencies
|
||
|
|
.....................
|
||
|
|
|
||
|
|
For a list of direct dependencies, look for USED_MODULES in the Makefile.
|
||
|
|
|
||
|
|
Required hardware
|
||
|
|
.................
|
||
|
|
There is no hardware requirement for this application note. It has been designed
|
||
|
|
to run on the simulator using the loopback plugin.
|
||
|
|
|
||
|
|
Prerequisites
|
||
|
|
.............
|
||
|
|
|
||
|
|
* This document assumes familarity with |I2C| interfaces, the XMOS xCORE
|
||
|
|
architecture, the XMOS tool chain and the xC language. Documentation related
|
||
|
|
to these aspects which are not specific to this application note are linked
|
||
|
|
to in the references appendix.
|
||
|
|
|
||
|
|
* For a description of XMOS related terms found in this document
|
||
|
|
please see the XMOS Glossary [#]_.
|
||
|
|
|
||
|
|
.. [#] http://www.xmos.com/published/glossary
|
||
|
|
|
||
|
|
|
||
|
|
|