Added support for reading Declination

This commit is contained in:
2019-05-02 16:12:53 +01:00
parent c0c0bedbba
commit ae4ba48ce2
4 changed files with 33 additions and 2 deletions
@@ -15,6 +15,7 @@ namespace ASCOM.MeadeAutostar497.Controller
AlignmentModes AlignmentMode { get; set; }
bool AtPark { get; }
double Azimuth { get; }
double Declination { get; }
void AbortSlew();
void PulseGuide(GuideDirections direction, int duration);
void Park();