From c9e994f0c280da690d3969b1e46116ac71c3686f Mon Sep 17 00:00:00 2001 From: yelvlab Date: Sun, 1 Jun 2025 11:01:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BA100K=E7=A1=AC?= =?UTF-8?q?=E4=BB=B6IIC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inc/board_config.h | 2 +- inc/i2c.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/board_config.h b/inc/board_config.h index 0a5b9be..85c663b 100644 --- a/inc/board_config.h +++ b/inc/board_config.h @@ -5,7 +5,7 @@ #ifndef BOARD_CONFIG_H #define BOARD_CONFIG_H -#define SOFTWARE_IIC +// #define SOFTWARE_IIC // #define DEBUG_VERBOES diff --git a/inc/i2c.h b/inc/i2c.h index ea09aa7..18aace9 100644 --- a/inc/i2c.h +++ b/inc/i2c.h @@ -19,7 +19,7 @@ /******************************************************************************/ -#define I2C_SPEED 20000 +#define I2C_SPEED 100*(1000) #define I2C_TIME_OUT (uint16_t)(5000) #define I2C_OK 1