From 294cf93ae89be5f5f18ed97f0735158ea5baca03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=81=9A=E6=9C=80=E5=A5=BD=E7=9A=84=E8=87=AA=E5=B7=B1?= Date: Sun, 9 Jun 2019 14:32:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=B6=E5=BA=8F=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b00e6c..e6cd617 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ # ds18b20 -ds18b20 linux driver \ No newline at end of file +ds18b20 linux driver + + +----- +## 复位时序 +![复位时序](https://git.shuixx.com/shuixx/ds18b20/raw/master/doc/reset.png) +## 读时序 +![读时序](https://git.shuixx.com/shuixx/ds18b20/raw/master/doc/read.png) +## 写时序 +![写时序](https://git.shuixx.com/shuixx/ds18b20/raw/master/doc/write.png)