iocommander input and virtual input
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
using System.Collections;
|
||||
using System.IO.Ports;
|
||||
using VisionBuilder.UI.IOCommander.Interfaces;
|
||||
|
||||
namespace VisionBuilder.UI.IOCommander;
|
||||
|
||||
public class IOCommander
|
||||
public class IOCommander : IIOCommander
|
||||
{
|
||||
|
||||
SerialPort _port;
|
||||
|
||||
Reference in New Issue
Block a user