Skip to content
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

[TODO] ADC functionality not implemented #3

Open
smdn opened this issue May 13, 2021 · 2 comments
Open

[TODO] ADC functionality not implemented #3

smdn opened this issue May 13, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@smdn
Copy link
Owner

smdn commented May 13, 2021

The interface is not definite.

internal interface IADCFunctionality {
ValueTask ConfigureAsADCAsync(
CancellationToken cancellationToken = default
);
void ConfigureAsADC(
CancellationToken cancellationToken = default
);
#if __FUTURE_VERSION
int ADCValue { get; }
#endif
}

@smdn smdn added the enhancement New feature or request label May 13, 2021
@cartheur
Copy link

Is there a plan to implement this interface in the near future?

@smdn
Copy link
Owner Author

smdn commented Dec 15, 2022

I have no plans to implement this feature in the near future.
I'm currently working on another project and do not have time to spend on this project. Sorry for inconvinience.

I also read your email, and I'll reply here.

If you are currently writing code or planning to implement for ADC/DAC feature, and have any questions, please ask here in this issue. I will answer.

Or, if you have already implemented some codes for this feature, please send me a pull request. I would like to start working on the merge.
However, the pull request cannot be merged immediately. I will merge it after checking with the actual device.

Anyway, contributions are welcome. Please let me know what you are planning to do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants