Indoor positioning. Central unit.
Dependencies: aconno_SEGGER_RTT
Diff: source/main.h
- Revision:
- 2:1b85a28b1e68
- Parent:
- 0:07a75b2fae14
--- a/source/main.h Tue Mar 06 15:45:34 2018 +0000 +++ b/source/main.h Wed Mar 07 11:43:39 2018 +0000 @@ -22,14 +22,9 @@ #define printf(...) #endif -#if DEBUG_LED - DigitalOut advLed(p22); - DigitalOut scanLed(p23); - DigitalOut periodicLed(p24); -#endif - -Thread tBleStartAdvertising; -Thread tBleStartScanning; -Thread tPeriodicCallback; +extern Thread tBleUpdateData; +extern Thread tBleStartAdvertising; +extern Thread tBleStartScanning; +extern Thread tPeriodicCallback; #endif // MAIN_H \ No newline at end of file