aconno acnsensa project for iOS devices with iBeacon packets support.

Dependencies:   LSM9DS1 Si7006A20 aconno_SEGGER_RTT aconno_bsp adc52832_common

Committer:
jurica238814
Date:
Fri Aug 03 14:41:28 2018 +0200
Revision:
24:fb90a508f50f
Child:
34:714dfddf2cd9
config file added

Who changed what in which revision?

UserRevisionLine numberNew contents of line
jurica238814 24:fb90a508f50f 1 /**
jurica238814 24:fb90a508f50f 2 * Made by Jurica Resetar @ aconno
jurica238814 24:fb90a508f50f 3 * ResetarJurica@gmail.com
jurica238814 24:fb90a508f50f 4 * More info @ aconno.de
jurica238814 24:fb90a508f50f 5 *
jurica238814 24:fb90a508f50f 6 */
jurica238814 24:fb90a508f50f 7
jurica238814 24:fb90a508f50f 8 #ifndef __ACONNO_CONFIG_H__
jurica238814 24:fb90a508f50f 9 #define __ACONNO_CONFIG_H__
jurica238814 24:fb90a508f50f 10
jurica238814 24:fb90a508f50f 11 /* Change these values bellow for iBeacon parameters setup */
jurica238814 24:fb90a508f50f 12 #define UUID_INIT 0x00, 0x11, 0x22, 0x33, \
jurica238814 24:fb90a508f50f 13 0x44, 0x55, 0x66, 0x77, \
jurica238814 24:fb90a508f50f 14 0x88, 0x99, 0xAA, 0xBB, \
jurica238814 24:fb90a508f50f 15 0xCC, 0xDD, 0xEE, 0xFF
jurica238814 24:fb90a508f50f 16 #define MAJOR (0xBABA)
jurica238814 24:fb90a508f50f 17 #define MINOR (0xADDE)
jurica238814 24:fb90a508f50f 18 #define RSSI_INIT (-1)
jurica238814 24:fb90a508f50f 19
jurica238814 24:fb90a508f50f 20 #endif // __ACONNO_CONFIG_H__