Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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