Skip to content

Commit

Permalink
asp
Browse files Browse the repository at this point in the history
  • Loading branch information
PTKu committed Apr 29, 2024
1 parent 6bf2d12 commit 71f23c9
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
using System;

namespace Pocos
{
public partial class AbstractMotor : AXSharp.Connector.IPlain
{
public Boolean Run { get; set; }

public Boolean ReverseDirection { get; set; }
}
}

0 comments on commit 71f23c9

Please sign in to comment.