iio: initial pass at getting channel information from scan_elements
authorBrendan Le Foll <brendan.le.foll@intel.com>
Fri, 2 Oct 2015 15:48:47 +0000 (16:48 +0100)
committerBrendan Le Foll <brendan.le.foll@intel.com>
Tue, 15 Dec 2015 10:42:06 +0000 (10:42 +0000)
commit2c97fd59538dddf8b9c47cfba43839d797611677
tree15753d7780eabdba61a0a7012f7f3bca730b25a2
parentb192e7a22378536d84e416146a7e219a077ccaf3
iio: initial pass at getting channel information from scan_elements

This commit creates a new structure inside each _iio device when used and can
then be used to understand the data being read after a trigger is run/executed

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
api/mraa/iio.h
examples/iio_driver.c
include/mraa_internal_types.h
src/iio/iio.c
src/mraa.c