Lizzy project

Dependencies:   aconno_I2C Lis2dh12 adc52832_common aconno_SEGGER_RTT

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers proj_config.h Source File

proj_config.h

00001 #ifndef __PROJ_CONFIG_H__
00002 #define __PROJ_CONFIG_H__
00003 
00004 
00005 #define DEBUG                           (0)
00006 #define PRINT_ON_RTT                    (1)
00007 #define DEBUG_LED                       (0)
00008 #define NANO_MODULE                     (0)
00009 #define NORMAL_AXIS                     (1)
00010 #define VODAFONE_COMPATIBILITY          (0)
00011 #define TEST_LEDS_BUZZ                  (0)
00012 
00013 #define ADV_INTERVAL_MS                 (100)
00014 #define POWER_UP_DELAY_MS               (200)
00015 #define MEASURE_INTERVAL_MS             (500)
00016 #define ACTIVE_PERIOD_MS                (50000)
00017 
00018 #define LONG_SLEEP_S                    (300)
00019 
00020 #define INT1_THRESHOLD                  (18)
00021 #define INT1_DUR                        (5)
00022 #define ACC_ODR_MODE                    (ODR_25Hz)
00023 
00024 
00025 #endif//__PROJ_CONFIG_H__