I2C reboot procedure for EIVE system
This commit is contained in:
14
mission/system/systemTree.h
Normal file
14
mission/system/systemTree.h
Normal file
@ -0,0 +1,14 @@
|
||||
#ifndef MISSION_SYSTEM_TREE_SYSTEM_H_
|
||||
#define MISSION_SYSTEM_TREE_SYSTEM_H_
|
||||
|
||||
#include <mission/system/EiveSystem.h>
|
||||
|
||||
namespace satsystem {
|
||||
|
||||
void init();
|
||||
|
||||
extern EiveSystem EIVE_SYSTEM;
|
||||
|
||||
} // namespace satsystem
|
||||
|
||||
#endif /* MISSION_SYSTEM_TREE_SYSTEM_H_ */
|
Reference in New Issue
Block a user