Add project files.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using TheXamlGuy.Framework.Serial;
|
||||
|
||||
namespace TheXamlGuy.Framework.Microcontroller;
|
||||
|
||||
public interface IMicrocontrollerFactory
|
||||
{
|
||||
IMicrocontrollerContext<TRead, TReadDeserializer> Create<TSerialReader, TRead, TReadDeserializer>(IMicrocontrollerConfiguration configuration, IReadOnlyCollection<IMicrocontrollerModuleDescriptor> modules) where TSerialReader : SerialReader<TRead> where TReadDeserializer : IMicrocontrollerModuleDeserializer<TRead>, new();
|
||||
}
|
||||
Reference in New Issue
Block a user