From 07500b890cb2ac11bed6b945e04cd9f4f9ef8fba Mon Sep 17 00:00:00 2001 From: Vasyl Vavrychuk Date: Thu, 22 Jul 2021 22:19:41 +0200 Subject: Add sensors from AGL Reference Hardware board. Bug-AGL: SPEC-3865 Change-Id: Id7900ede639e0535ebcf694c2b033cfe39df01af Signed-off-by: Vasyl Vavrychuk --- binding/iiodevices-binding.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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*/ -- cgit 1.2.3-korg