Added code for the site latitude

and started work on the longitude.
This commit is contained in:
2019-05-01 00:22:15 +01:00
parent 90eb1c604b
commit ef982a3aba
6 changed files with 509 additions and 158 deletions
@@ -9,6 +9,8 @@ namespace ASCOM.MeadeAutostar497.Controller
bool Slewing { get; }
DateTime utcDate { get; set; }
double SiteLatitude { get; set; }
double SiteLongitude { get; set; }
void AbortSlew();
}
}