debug vofa

This commit is contained in:
yelvlab 2025-04-02 17:09:50 +08:00
parent a02b3581c7
commit ad14de088d
2 changed files with 3 additions and 2 deletions

View File

@ -9,7 +9,7 @@
// #define DEBUG_VERBOES // #define DEBUG_VERBOES
#define DEBUG_VOFA_TOOL // #define DEBUG_VOFA_TOOL
/******************************************************************************/ /******************************************************************************/

View File

@ -48,7 +48,7 @@
/******************************************************************************/ /******************************************************************************/
#define LDC1612_CONVERSION_TIME_CH0 0x0546 //0536 #define LDC1612_CONVERSION_TIME_CH0 0x0546 //0536
#define LDC1612_DRIVE_CURRENT 0x8800 //A000 #define LDC1612_DRIVE_CURRENT 0x8800 //0x8800 0x9000 0x9800
#define LDC1612_MUX_CONFIG 0x020C // no auto scan and filter bandwidth 3.3MHz #define LDC1612_MUX_CONFIG 0x020C // no auto scan and filter bandwidth 3.3MHz
#define LDC1612_SENSOR_CONFIG 0x1601 #define LDC1612_SENSOR_CONFIG 0x1601
#define LDC1612_ERROR_CONFIG 0x0000 #define LDC1612_ERROR_CONFIG 0x0000
@ -61,6 +61,7 @@
#define COIL_L_UH 33 #define COIL_L_UH 33
#define COIL_C_PF 150 #define COIL_C_PF 150
#define COIL_Q_FACTOR 35.97 #define COIL_Q_FACTOR 35.97
#define COIL_FREQ_HZ 2262000
/******************************************************************************/ /******************************************************************************/