You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
adc.py should be replaced by a C extension (bbio/platform/beaglebone/adc.c) with the same API.
It could be done in the same way as the GPIO C extension, where the AIN files are left open, in which case it should also provide a C API to use in other extensions. This could be done in phases, i.e. start with a simple extension, then add the C API later on, in a future release perhaps.
adc.py should be replaced by a C extension (bbio/platform/beaglebone/adc.c) with the same API.
It could be done in the same way as the GPIO C extension, where the AIN files are left open, in which case it should also provide a C API to use in other extensions. This could be done in phases, i.e. start with a simple extension, then add the C API later on, in a future release perhaps.
adc.py: https://github.com/graycatlabs/PyBBIO/blob/master/bbio/platform/beaglebone/adc.py
The text was updated successfully, but these errors were encountered: