TRR 2018 / Mbed 2 deprecated biniou-TRR2019-DLVV

Dependencies:   mbed MPU6050

sm_mpu.h

Committer:
GaspardD
Date:
2019-10-03
Revision:
9:1b54bac6d9a7
Parent:
8:f23601373e8b

File content as of revision 9:1b54bac6d9a7:

#ifndef H_SM_MPU
#define H_SM_MPU

#include "MPU6050.h"
#include "utils.h"


typedef enum{
    INIT_MPU,
    RUNNING_MPU,
    ERROR_MPU
}E_STATE_MPU;

void init_sm_mpu();
void update_sm_mpu();
void output_sm_mpu();

#endif