Edit

Dependencies:   Lis2dh12 aconno_I2C aconno_nrf52_uart adc52832_common aconno_SEGGER_RTT

Revision:
3:f2078081a779
Child:
9:a9c5db477f35
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/aconno_ble/aconno_ble.h	Tue Jan 16 17:24:31 2018 +0000
@@ -0,0 +1,20 @@
+/*
+*  Made by Jurica Resetar @ aconno
+*  More info @ aconno.de
+*  jurica_resetar@yahoo.com
+*/
+
+
+#include "mbed.h"
+#include "ble/BLE.h"
+#include "GapAdvertisingData.h"
+
+#define MSD_SIZE_b          (1)
+#define ADV_INTERVAL_MS     (100)
+
+/* Global variables and constants */
+const char DEVICE_NAME[] = "aconno beacon";
+const char MSD[MSD_SIZE_b] = {0x00};
+
+/* Function declarations */
+void bleInitComplete(BLE::InitializationCompleteCallbackContext *params);