-
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The interface is not definite.
Smdn.Devices.MCP2221/src/Smdn.Devices.MCP2221/Smdn.Devices.MCP2221/MCP2221.GPs.ADC.cs
Lines 10 to 20 in 1931ceb
| internal interface IADCFunctionality { | |
| ValueTask ConfigureAsADCAsync( | |
| CancellationToken cancellationToken = default | |
| ); | |
| void ConfigureAsADC( | |
| CancellationToken cancellationToken = default | |
| ); | |
| #if __FUTURE_VERSION | |
| int ADCValue { get; } | |
| #endif | |
| } |
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request