From c73266c3a9aa1822b2d65ac096ef6a6ce82375cd Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Thu, 3 Oct 2019 09:50:59 +0100 Subject: [PATCH] docs/instrumentation: Fix typos --- doc/instrumentation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.