aconno acnsensa project for iOS devices with iBeacon packets support.

Dependencies:   LSM9DS1 Si7006A20 aconno_SEGGER_RTT aconno_bsp adc52832_common

Branch:
normal_axis
Revision:
13:4747e6e8396a
Parent:
12:46fbc77fab33
Child:
15:9870514aec92
diff -r 46fbc77fab33 -r 4747e6e8396a main.cpp
--- a/main.cpp	Mon Jul 23 08:15:28 2018 +0000
+++ b/main.cpp	Tue Jul 24 11:41:20 2018 +0000
@@ -39,7 +39,7 @@
 #define DEBUG_PRINT     (1)
 #define SLEEP_TIME      (0.150)          /* Sleep time in seconds */
 #define WAKE_UP_TIME    (0.150)          /* Awake time in ms */
-#define ADV_INTERVAL    (100)            /* Advertising interval in ms */
+#define ADV_INTERVAL    (1000)            /* Advertising interval in ms */
 #define GO_TO_SLEEP     (0)              /* Sleep flag: 0 -> Device will not go to sleep, 1 -> Will go to sleep mode */
 #define CALIBRATION_STEPS (20)