TRR 2018 / Mbed 2 deprecated biniou-TRR2019-DLVV

Dependencies:   mbed MPU6050

utils.h

Committer:
GaspardD
Date:
2019-09-28
Revision:
1:8faddee0e52f
Child:
4:efa207509f63

File content as of revision 1:8faddee0e52f:

#ifndef UTILS_H
#define UTILS_H

#include "mbed.h"

/*
Types
*/

/*
Structs
*/

/*
Globals
*/
extern bool b_UTILS_flag_button;
extern bool b_UTILS_flag_emergency_stop;
extern Serial pc;

/*
Functions
*/
void initGPIOs();
void it_pressed();
void init_interruptions();

#endif