diff options
author | Vasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com> | 2021-07-22 22:19:41 +0200 |
---|---|---|
committer | Vasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com> | 2021-07-26 10:38:44 +0200 |
commit | 07500b890cb2ac11bed6b945e04cd9f4f9ef8fba (patch) | |
tree | 1c9dac36662d90ad1e5cb2c9a6357f1c5732256e /binding | |
parent | d6f372ad2cfd25540a5e92281f4b2ba2085c30b1 (diff) |
Add sensors from AGL Reference Hardware board.
Bug-AGL: SPEC-3865
Change-Id: Id7900ede639e0535ebcf694c2b033cfe39df01af
Signed-off-by: Vasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com>
Diffstat (limited to 'binding')
-rw-r--r-- | binding/iiodevices-binding.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/binding/iiodevices-binding.c b/binding/iiodevices-binding.c index 306124c..516b172 100644 --- a/binding/iiodevices-binding.c +++ b/binding/iiodevices-binding.c @@ -78,7 +78,9 @@ static struct client_sub * last_client = NULL; static struct iio_info iio_infos[] = { { "16-001d", "acceleration", "accel"}, { "16-001d", "gyroscope", "magn"}, - { "16-006b", "compass", "anglvel"} + { "16-006b", "compass", "anglvel"}, + { "asm330lhh_accel", "acceleration", "accel"}, + { "asm330lhh_gyro", "gyroscope", "anglvel"}, }; /*get event by afb_event_t*/ |