-
Notifications
You must be signed in to change notification settings - Fork 167
new: Support for linux Industrial I/O (iio) #167
Comments
I wasn't aware so there's no plan. :) If RPi's can get recent drivers (as many seem to have been touched in the past year), it would be interesting. I looked on a RPi3, ODROID and x64 host running Ubuntu 16.04 and failed to see If this ever to work out, the plan would be to create a package |
Thank you for your answer. You are right that the interface is not easily enabled. On rasperry pi devices one must configure the Do you have any tips for implementing the |
You could start in As part of this task, another important point will be to document how to enable it on https://github.com/periph/website, not sure where exactly yet. Note that this code could live in a separate repository just fine too. Periph is intentionally designed to allow that. It depends on how much velocity you want to have when pushing code. |
Ported to periph/host#45. |
Do you plan to add support for interfacing with devices through the Industrial I/O linux subsystem? It features many device drivers already baked into the linux kernel (see here for a list).
I would very much like the idea of using go for reading values from sensors connected through iio.
The text was updated successfully, but these errors were encountered: