Autodrone
Multi-Domain Vehicle
logging.h
Go to the documentation of this file.
1
9#ifndef __LOGGING_H__
10#define __LOGGING_H__
11
12/* Enumerations */
13typedef enum
14{
21
22/* Defines */
23#define LOG_SIZE 64
24
25/* Functions */
26void printLog(uint8_t logType);
27
28#endif /* __LOGGING_H__ */
logs_t
Definition: logging.h:14
@ MOTORS_LOG
Definition: logging.h:18
@ YAW_LOG
Definition: logging.h:17
@ PITCH_LOG
Definition: logging.h:16
@ SENSORS_LOG
Definition: logging.h:19
@ ROLL_LOG
Definition: logging.h:15
void printLog(uint8_t logType)