Lizzy project
Dependencies: aconno_I2C Lis2dh12 adc52832_common aconno_SEGGER_RTT
Diff: config/proj_config.h
- Branch:
- testing-ignore
- Revision:
- 24:7539258b015c
- Child:
- 26:6101bb09f70d
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/config/proj_config.h Thu Sep 20 07:34:35 2018 +0000 @@ -0,0 +1,23 @@ +#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__ \ No newline at end of file

