This commit is contained in:
Dan Clark
2025-02-09 13:51:25 +00:00
parent f2e501454e
commit 0afe621f59
22 changed files with 147 additions and 122 deletions
@@ -1,6 +1,7 @@
namespace Toolkit.Foundation;
public interface IMicrocontrollerContext<TRead, TModuleDeserializer> :
IMicrocontrollerContext where TModuleDeserializer : IMicrocontrollerModuleDeserializer<TRead>, new();
public interface IMicroControllerContext<TRead, TEvent> :
IMicroControllerContext
where TEvent : ISerialEventArgs<TRead>;
public interface IMicrocontrollerContext;
public interface IMicroControllerContext;