From e975a690abf4409aaf11f508e648b168bbe0bee9 Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Mon, 16 Nov 2015 18:24:31 +0000 Subject: [PATCH] iio.md: skeleton documentation Signed-off-by: Brendan Le Foll --- docs/iio.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 docs/iio.md diff --git a/docs/iio.md b/docs/iio.md new file mode 100644 index 0000000..470f078 --- /dev/null +++ b/docs/iio.md @@ -0,0 +1,24 @@ +iio {#iio} +=== + +IIO is the kernel's framework for supporting sensors + +## 'RAW' access + +Mraa supports raw access + +###Channels + +###Attributes + +###Events + +###Triggers + +## Testing without hardware + +Create a dummy iio device +$ modprobe iio_dummy + +Create a dummy iio event generator +$modprobe iio_dummy_evgen -- 2.7.4