aconno acnsensa project for iOS devices with iBeacon packets support.
Dependencies: LSM9DS1 Si7006A20 aconno_SEGGER_RTT aconno_bsp adc52832_common
config/aconnoConfig.h
- Committer:
- jurica238814
- Date:
- 2018-08-03
- Revision:
- 24:fb90a508f50f
- Child:
- 34:714dfddf2cd9
File content as of revision 24:fb90a508f50f:
/** * Made by Jurica Resetar @ aconno * ResetarJurica@gmail.com * More info @ aconno.de * */ #ifndef __ACONNO_CONFIG_H__ #define __ACONNO_CONFIG_H__ /* Change these values bellow for iBeacon parameters setup */ #define UUID_INIT 0x00, 0x11, 0x22, 0x33, \ 0x44, 0x55, 0x66, 0x77, \ 0x88, 0x99, 0xAA, 0xBB, \ 0xCC, 0xDD, 0xEE, 0xFF #define MAJOR (0xBABA) #define MINOR (0xADDE) #define RSSI_INIT (-1) #endif // __ACONNO_CONFIG_H__