Indoor positioning. Peripheral unit.

Dependencies:   aconno_SEGGER_RTT

Committer:
jurica238814
Date:
Tue Mar 06 09:53:36 2018 +0000
Revision:
0:ad937152493a
Publish commit.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
jurica238814 0:ad937152493a 1 /*
jurica238814 0:ad937152493a 2 *
jurica238814 0:ad937152493a 3 *
jurica238814 0:ad937152493a 4 */
jurica238814 0:ad937152493a 5
jurica238814 0:ad937152493a 6 #ifndef TASKS_H
jurica238814 0:ad937152493a 7 #define TASKS_H
jurica238814 0:ad937152493a 8
jurica238814 0:ad937152493a 9 #include "mbed.h"
jurica238814 0:ad937152493a 10 #include "aconno_ble.h"
jurica238814 0:ad937152493a 11 #include "ble/BLE.h"
jurica238814 0:ad937152493a 12 #include "GapAdvertisingData.h"
jurica238814 0:ad937152493a 13
jurica238814 0:ad937152493a 14 #define DEBUG_LED (1)
jurica238814 0:ad937152493a 15
jurica238814 0:ad937152493a 16 void bleF(BLE *ble);
jurica238814 0:ad937152493a 17
jurica238814 0:ad937152493a 18 #endif // TASKS_H