kellerkindt / onewire

OneWire bus implementation in Rust using embedded-hal
Apache License 2.0
35 stars 14 forks source link

README.md: reset() expects one parameter #1

Closed jpds closed 5 years ago

jpds commented 5 years ago

The example in the README.md fails with this error:

  --> src/main.rs:27:13
   |
27 |     if wire.reset().is_err() {
   |             ^^^^^ expected 1 parameter
kellerkindt commented 5 years ago

Thanks, is fixed now :)