Autodrone
Multi-Domain Vehicle
rotations.h
Go to the documentation of this file.
1
9#ifndef SRC_ROTATIONS_H_
10#define SRC_ROTATIONS_H_
11
12/* Function Prototypes */
13void computeRotations500Hz(void);
14
15#endif /* SRC_ROTATIONS_H_ */
void computeRotations500Hz(void)
Computes the body frame for 500Hz loop.
Definition: rotations.c:17