diff --git a/doc/instrumentation.rst b/doc/instrumentation.rst index 368d3e0..39dda4f 100644 --- a/doc/instrumentation.rst +++ b/doc/instrumentation.rst @@ -164,7 +164,7 @@ Instrument .. method:: Instrument.get_raw() Returns a list of paths to files containing raw output from the underlying - source(s) that is used to produce the data CSV. If now raw output is + source(s) that is used to produce the data CSV. If no raw output is generated or saved, an empty list will be returned. The format of the contents of the raw files is entirely source-dependent. @@ -400,7 +400,7 @@ For reference, the software stack on the host is roughly given by: Ethernet was the only IIO Interface used and tested during the development of this instrument. However, -`USB seems to be supported`_. +`USB seems to be supported `_. The IIO library also provides "Local" and "XML" connections but these are to be used when the IIO devices are directly connected to the host *i.e.* in our case, if we were to run Python and devlib on the BBB. These are also untested.