8 lines
162 B
C#
8 lines
162 B
C#
using TheXamlGuy.Framework.Serial;
|
|
|
|
namespace TheXamlGuy.Framework.Microcontroller;
|
|
|
|
public interface IMicrocontrollerConfiguration : ISerialConfiguration
|
|
{
|
|
|
|
} |