feat: Add rfid feature and .gitignore file
This commit is contained in:
10
apps/earphone/xtell_Sensor/xtell.h
Normal file
10
apps/earphone/xtell_Sensor/xtell.h
Normal file
@ -0,0 +1,10 @@
|
||||
#ifndef XTELL_H
|
||||
#define XTELL_H
|
||||
#include "system/includes.h"
|
||||
|
||||
// #define KS_BLE 1
|
||||
#define XTELL_TEST 1
|
||||
|
||||
#define ACC_RANGE 16 //g,加速度满量程:2、4、8、16
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user