Autodrone
Multi-Domain Vehicle
transition.h
Go to the documentation of this file.
1
9#ifndef __TRANSITION_H__
10#define __TRANSITION_H__
11
12/* Function Prototypes */
13void modeTransition(void);
14
15#endif /* __TRANSITION_H__ */
void modeTransition(void)
This runs all the functions necessary to convert between modes.
Definition: transition.c:17