Private
Public Access
2
0
Files
mraa/docs/iio.md
Brendan Le Foll cb09ff2327 iio.md: add kernel config option
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
2015-12-15 10:42:06 +00:00

493 B

iio

IIO is the kernel's framework for supporting sensors. You may need to recompile a kernel and add, this is from kernel 4.2: CONFIG_IIO_DUMMY_EVGEN=m CONFIG_IIO_SIMPLE_DUMMY=m CONFIG_IIO_SIMPLE_DUMMY_EVENTS=y CONFIG_IIO_SIMPLE_DUMMY_BUFFER=y

'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