Added support for altitude

This commit is contained in:
2019-05-06 17:17:22 +01:00
parent e8793231d1
commit 2d69a4fba8
3 changed files with 40 additions and 16 deletions
@@ -16,6 +16,7 @@ namespace ASCOM.MeadeAutostar497.Controller
bool AtPark { get; }
double Azimuth { get; }
double Declination { get; }
double Altitude { get; }
void AbortSlew();
void PulseGuide(GuideDirections direction, int duration);
void Park();