Andrés Bonilla Vega

Results 4 comments of Andrés Bonilla Vega

Yes, it does have. I'm going to use this configuration. https://wiki.st.com/stm32mpu/wiki/How_to_use_the_IIO_user_space_interface#How_to_do_a_simple_ADC_conversion_using_the_sysfs_interface

If I want to use the Python Bindings in libiio for accessing and using the data of the ADC, do I must do it with the "buffer"? Following the hierarchy,...

So, for the context creation can I use `ctx=iio.LocalContext` and link all the devices that I'm going to use to that context? Because I think that I don't need a...