时序图

This commit is contained in:
做最好的自己 2019-06-09 14:32:01 +08:00
parent abefe57c42
commit 294cf93ae8

View File

@ -1,3 +1,12 @@
# ds18b20
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)