Alejandro Ungria Hirte / GA-Test

Dependencies:   mbed-dev

globals.h

Committer:
aungriah
Date:
2017-12-06
Revision:
0:3333b6066adf

File content as of revision 0:3333b6066adf:

/*#include "PC.h" 
#include "mbed.h"
#include "DecaWave.h"*/
#ifndef _GLOBALS_H
#define _GLOBALS_H

#include "DecaWave.h"
#include "PC.h" 
#include "mbed.h"/*
#include "SMConfig.h"
#include "DecaWave.h"                  // DW1000 functions      
#include "LMMN2WR.h"                   // 2-Way-Ranging
#include "PC.h"                        // Serial Port via USB for debugging with Terminal
#include "Watchdog.h"                  // Resets Program if it gets stuck*/
//#include "frames.h"                  // Resets Program if it gets stuck
//#include "LMMN2WR.h"


//Declarations for global Variables. They are all defined somewhere throughout the project.
extern SPI decaWaveSpi;
extern DigitalOut decaWaveCs;
extern InterruptIn decaWaveIrq;
extern PC pc;           // USB UART Terminal
//extern LMMN2WR node;


#endif