add iic scan

This commit is contained in:
2024-12-05 20:06:30 +08:00
parent dde90dc162
commit 16767ae172
3 changed files with 55 additions and 3 deletions

View File

@@ -33,7 +33,9 @@ int main(void)
printf("XLSW-3DP-LDC1612! V0.0.1\r\n");
printf("\r\n");
LDC1612_Init();
LDC1612_I2CConfig();
// LDC1612_Init();
I2C_Scan();