Add project files.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
|
||||
namespace TheXamlGuy.Framework.Microcontroller;
|
||||
|
||||
public class MicrocontrollerConfiguration : IMicrocontrollerConfiguration
|
||||
{
|
||||
[NotNull]
|
||||
public string? PortName { get; set; }
|
||||
|
||||
public int BaudRate { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user