Files
Toolkit2/Toolkit.Foundation/IMicrocontrollerContext.cs
T
Dan Clark 0afe621f59 Refactor
2025-02-09 13:51:25 +00:00

7 lines
207 B
C#

namespace Toolkit.Foundation;
public interface IMicroControllerContext<TRead, TEvent> :
IMicroControllerContext
where TEvent : ISerialEventArgs<TRead>;
public interface IMicroControllerContext;