From: Brendan Le Foll Date: Mon, 16 Nov 2015 18:24:31 +0000 (+0000) Subject: iio.md: skeleton documentation X-Git-Tag: v0.9.0~33 X-Git-Url: http://review.tizen.org/git/?p=contrib%2Fmraa.git;a=commitdiff_plain;h=e975a690abf4409aaf11f508e648b168bbe0bee9 iio.md: skeleton documentation Signed-off-by: Brendan Le Foll --- 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