Edit
Dependencies: Lis2dh12 aconno_I2C aconno_nrf52_uart adc52832_common aconno_SEGGER_RTT
aconno_ble/aconno_ble.h
- Committer:
- jurica238814
- Date:
- 2018-02-27
- Branch:
- NanoModule
- Revision:
- 5:ceb5f3789cb0
- Parent:
- 3:f2078081a779
- Child:
- 9:a9c5db477f35
File content as of revision 5:ceb5f3789cb0:
/* * 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);