-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AdcFifo not configurable with DynPin #741
Comments
|
Is it the intended way of using it? |
As long as the required configuration is applied on the pin before the sampling and restored when the pin's no longer used as adc input, it's fine by me :) |
The additional |
To configure the channel used by
AdcFifo
, one has to call the following function onAdcFifoBuilder
:But for
DynPin
,Channel
is defined withID = ()
. Therefore,set_channel
can't be with aDynPin
as its parameter.The text was updated successfully, but these errors were encountered: