为测试准备,直接输出数据

This commit is contained in:
2025-03-31 20:55:26 +08:00
parent d0da89653f
commit b7051050d2
3 changed files with 137 additions and 5 deletions

View File

@@ -47,12 +47,12 @@
/******************************************************************************/
#define LDC1612_CONVERSION_TIME_CH0 0x0546 //0536
#define LDC1612_CONVERSION_TIME_CH0 0x04D6 //0536 0546
#define LDC1612_DRIVE_CURRENT 0x9000 //A000
#define LDC1612_MUX_CONFIG 0x020C // no auto scan and filter bandwidth 3.3MHz
#define LDC1612_MUX_CONFIG 0x820C // auto scan and filter bandwidth 3.3MHz if auto scan is enabled 0x020C
#define LDC1612_SENSOR_CONFIG 0x1601
#define LDC1612_ERROR_CONFIG 0x0000
#define LC_STABILIZE_TIME_CH0 0x001E //30
#define LC_STABILIZE_TIME_CH0 0x000A //1E
#define LDC1612_RESET_DEV 0x8000 //[15:0] 0b1000 0000 0000 0000
/******************************************************************************/