Lizzy project

Dependencies:   aconno_I2C Lis2dh12 adc52832_common aconno_SEGGER_RTT

config/proj_config.h

Committer:
dbartolovic
Date:
2018-09-20
Branch:
testing-ignore
Revision:
24:7539258b015c
Child:
26:6101bb09f70d

File content as of revision 24:7539258b015c:

#ifndef __PROJ_CONFIG_H__
#define __PROJ_CONFIG_H__


#define DEBUG                           (0)
#define PRINT_ON_RTT                    (0)
#define DEBUG_LED                       (0)
#define NANO_MODULE                     (0)
#define NORMAL_AXIS                     (1)
#define TEST_LEDS_BUZZ                  (0)

#define POWER_UP_DELAY_MS               (200)
#define MEASURE_INTERVAL_MS             (500)
#define ACTIVE_PERIOD_MS                (5000)

#define LONG_SLEEP_S                    (300)

#define INT1_THRESHOLD                  (15)
#define INT1_DUR                        (5)
#define ACC_ODR_MODE                    (ODR_25Hz)


#endif//__PROJ_CONFIG_H__