Autodrone
Multi-Domain Vehicle
orientation.h
Go to the documentation of this file.
1
9#ifndef __ORIENTATION_H__
10#define __ORIENTATION_H__
11
12/* Global Variables */
13extern float mpuOrientationMatrix[9];
14
15/* Function Prototypes */
16void orientSensors(void);
17
18#endif /* __ORIENTATION_H__ */
float mpuOrientationMatrix[9]
Definition: orientation.c:13
void orientSensors(void)
Orients the board.
Definition: orientation.c:20