Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace RobotNet10.RobotApp.Interfaces;
|
||||
|
||||
public interface IRobotController
|
||||
{
|
||||
void Pause();
|
||||
void Resume();
|
||||
bool TryClearFault();
|
||||
}
|
||||
Reference in New Issue
Block a user