diff options
-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*/ |