schwesinger

Results 1 issues of schwesinger

Hi, I'm using sth. like the following code snippet to setup IIO devices and channels: ```c dev = iio_context_find_device(ctx, "iio-device-name"); err = iio_err(dev); if (err) shutdown(); ch = iio_device_find_channel(dev, "voltage0",...