Files
99_7018_lmx/apps/earphone/xtell_Sensor/xtell.h

10 lines
173 B
C
Raw Normal View History

2025-11-06 19:24:51 +08:00
#ifndef XTELL_H
#define XTELL_H
2025-11-21 17:10:36 +08:00
#include "system/includes.h"
2025-11-06 19:24:51 +08:00
2025-11-11 19:31:34 +08:00
// #define KS_BLE 1
2025-11-06 19:24:51 +08:00
#define XTELL_TEST 1
2025-11-13 20:30:10 +08:00
#define ACC_RANGE 16 //g加速度满量程:2、4、8、16
2025-11-06 19:24:51 +08:00
#endif