Add Microcontrollers
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
namespace Toolkit.Foundation;
|
||||
|
||||
public interface ISerialContext<TSerialReader, TContent> :
|
||||
ISerialContext where TSerialReader : SerialReader<TContent>
|
||||
{
|
||||
ISerialContext where TSerialReader : SerialReader<TContent>;
|
||||
|
||||
}
|
||||
public interface ISerialContext
|
||||
{
|
||||
void Open();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user