Telescope Control Library

Dependents:   PushToGo-F429

telescope_hardware.h

Committer:
caoyuan9642
Date:
2018-08-19
Revision:
0:6cb2eaf8b133

File content as of revision 0:6cb2eaf8b133:

/*
 * 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_ */