fix typo
This commit is contained in:
parent
db32f0c796
commit
b0ecfd37a3
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ To create a new object:
|
||||||
```
|
```
|
||||||
|
|
||||||
Read data:
|
Read data:
|
||||||
````rust
|
```rust
|
||||||
let dht_data = dht.read(&mut delay);
|
let dht_data = dht.read(&mut delay);
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue