aboutsummaryrefslogtreecommitdiff
path: root/docs/i2c.txt
diff options
context:
space:
mode:
authorBrendan Le Foll <brendan.le.foll@intel.com>2014-09-07 21:20:06 +0100
committerBrendan Le Foll <brendan.le.foll@intel.com>2014-09-07 21:20:06 +0100
commit2687e5a7c4cb557056913767851bc1203f53f77d (patch)
treea4dff491a345e908939e645e0cbd1fa57a89c624 /docs/i2c.txt
parent82041b36350de36be9fc4b4064a6024c20416352 (diff)
docs: add common i2c doc page i2c.txt
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
Diffstat (limited to 'docs/i2c.txt')
-rw-r--r--docs/i2c.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/i2c.txt b/docs/i2c.txt
new file mode 100644
index 0000000..19f2c61
--- /dev/null
+++ b/docs/i2c.txt
@@ -0,0 +1,3 @@
+It is considered best practice to make sure the address is correct before doing
+any calls on i2c, in case another application or even thread changed the addres
+on that bus. Multiple instances of the same bus can exist.