From 9428456f941066751879b560933fad424e1d85b4 Mon Sep 17 00:00:00 2001 From: "rick.chan" Date: Fri, 11 Sep 2020 11:21:06 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=20=E6=BA=90=E7=A0=81?= =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E5=9C=B0=E5=9D=80.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: rick.chan --- Software/Applications/I2C/Linux_下_I2C_工具.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Software/Applications/I2C/Linux_下_I2C_工具.md b/Software/Applications/I2C/Linux_下_I2C_工具.md index 6c95e34..31a376d 100644 --- a/Software/Applications/I2C/Linux_下_I2C_工具.md +++ b/Software/Applications/I2C/Linux_下_I2C_工具.md @@ -1,5 +1,9 @@ # Linux 下 I2C 工具 +i2c-tools 工具是开源 I2C 调试工具, 具有获取 I2C 总线挂载的设备列表及设备地址,可对指定设备指定寄存器进行读写的功能。 + +[源码下载地址](https://mirrors.edge.kernel.org/pub/software/utils/i2c-tools/) + ## 1.I2C 工具的安装 ```bas