Indoor positioning. Peripheral unit.

Dependencies:   aconno_SEGGER_RTT

tasks/tasks.h

Committer:
jurica238814
Date:
2018-03-06
Revision:
0:ad937152493a

File content as of revision 0:ad937152493a:

/*
 *
 *
 */
 
#ifndef TASKS_H
#define TASKS_H

#include "mbed.h"
#include "aconno_ble.h"
#include "ble/BLE.h"
#include "GapAdvertisingData.h"

#define DEBUG_LED           (1)

void bleF(BLE *ble);

#endif // TASKS_H