Add Microcontrollers
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace Toolkit.Foundation;
|
||||
|
||||
public interface IMicrocontrollerModuleDescriptor<TModule> :
|
||||
IMicrocontrollerModuleDescriptor where TModule : IMicrocontrollerModule
|
||||
{
|
||||
Func<TModule>? Factory { get; }
|
||||
}
|
||||
|
||||
public interface IMicrocontrollerModuleDescriptor
|
||||
{
|
||||
Type Type { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user