Pulse guiding support added

This commit is contained in:
2019-05-02 00:31:54 +01:00
parent 0d04ecd587
commit 9e4c7862f9
5 changed files with 220 additions and 177 deletions
@@ -1,4 +1,5 @@
using System;
using ASCOM.DeviceInterface;
namespace ASCOM.MeadeAutostar497.Controller
{
@@ -12,5 +13,6 @@ namespace ASCOM.MeadeAutostar497.Controller
double SiteLatitude { get; set; }
double SiteLongitude { get; set; }
void AbortSlew();
void PulseGuide(GuideDirections direction, int duration);
}
}