Upgraded driver version to 0.1

This commit is contained in:
2019-05-08 18:26:39 +01:00
parent 3f8853c7c5
commit 9b7a850607
6 changed files with 49 additions and 6 deletions
@@ -800,6 +800,13 @@ namespace ASCOM.MeadeAutostar497.Controller
}
}
public void FocuserHalt()
{
SerialPort.Command(":FQ#");
//:FQ# Halt Focuser Motion
//Returns: Nothing
}
//todo remove the polar parameter and split method into two.
private void DoSlewAsync( bool polar)
{