Lizzy project

Dependencies:   aconno_I2C Lis2dh12 adc52832_common aconno_SEGGER_RTT

Committer:
jurica238814
Date:
Thu Jan 31 15:50:52 2019 +0100
Branch:
master
Revision:
29:b021b33cf666
Parent:
28:0cc8a58195cb
Scaling factor hardcoded for acnSENSA format

Who changed what in which revision?

UserRevisionLine numberNew contents of line
dbartolovic 24:7539258b015c 1 #ifndef __PROJ_CONFIG_H__
dbartolovic 24:7539258b015c 2 #define __PROJ_CONFIG_H__
dbartolovic 24:7539258b015c 3
dbartolovic 24:7539258b015c 4
dbartolovic 24:7539258b015c 5 #define DEBUG (0)
jurica238814 29:b021b33cf666 6 #define PRINT_ON_RTT (1)
dbartolovic 24:7539258b015c 7 #define DEBUG_LED (0)
dbartolovic 24:7539258b015c 8 #define NANO_MODULE (0)
dbartolovic 24:7539258b015c 9 #define NORMAL_AXIS (1)
dbartolovic 28:0cc8a58195cb 10 #define VODAFONE_COMPATIBILITY (0)
dbartolovic 24:7539258b015c 11 #define TEST_LEDS_BUZZ (0)
dbartolovic 24:7539258b015c 12
dbartolovic 26:6101bb09f70d 13 #define ADV_INTERVAL_MS (100)
dbartolovic 24:7539258b015c 14 #define POWER_UP_DELAY_MS (200)
dbartolovic 24:7539258b015c 15 #define MEASURE_INTERVAL_MS (500)
dbartolovic 26:6101bb09f70d 16 #define ACTIVE_PERIOD_MS (50000)
dbartolovic 24:7539258b015c 17
dbartolovic 24:7539258b015c 18 #define LONG_SLEEP_S (300)
dbartolovic 24:7539258b015c 19
dbartolovic 28:0cc8a58195cb 20 #define INT1_THRESHOLD (18)
dbartolovic 24:7539258b015c 21 #define INT1_DUR (5)
dbartolovic 24:7539258b015c 22 #define ACC_ODR_MODE (ODR_25Hz)
dbartolovic 24:7539258b015c 23
dbartolovic 24:7539258b015c 24
dbartolovic 24:7539258b015c 25 #endif//__PROJ_CONFIG_H__