Add project files.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Microcontroller;
|
||||
using TheXamlGuy.Framework.Core;
|
||||
|
||||
namespace TheXamlGuy.Framework.Microcontroller;
|
||||
|
||||
public record CapactiveSensor : IMicrocontrollerModule, ITwoStateSensor, IHasSensorPlacement
|
||||
{
|
||||
public SensorState State { get; init; }
|
||||
|
||||
public SensorPlacement Placement { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user