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.
Diff: globals.h
- Revision:
- 0:a3b83d366423
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/globals.h Wed Dec 06 21:35:45 2017 +0000 @@ -0,0 +1,29 @@ +/*#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