Telescope Control Library

Dependents:   PushToGo-F429

Revision:
0:6cb2eaf8b133
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/telescope_hardware.h	Sun Aug 19 05:21:20 2018 +0000
@@ -0,0 +1,27 @@
+/*
+ * telescope_hardware.h
+ *
+ *  Created on: 2018Äê3ÔÂ1ÈÕ
+ *      Author: caoyuan9642
+ */
+
+#ifndef TELESCOPE_HARDWARE_H_
+#define TELESCOPE_HARDWARE_H_
+
+#include "mbed.h"
+#include "EquatorialMount.h"
+
+/**
+ * These functions must be implemented in a separate telescope_hardware.cpp, adapted to your specific hardware configuration
+ */
+
+EquatorialMount &telescopeHardwareInit();
+
+osStatus telescopeServerInit();
+
+osStatus telescopeConfigurationWriteback();
+
+
+
+#endif /* TELESCOPE_HARDWARE_H_ */
+