Bart Weber

Results 5 comments of Bart Weber

Thank you for your detailed explanation, although I do not understand all of it, because Rust and Cursive are still new to me. I didn't expect the CPU usage not...

@gauteh wrote: > The implementations do not work for my device, because timing issues is really tricky to get right. The Arduino one-wire library has special implementations for most of...

@gauteh it is still WIP and not published yet to crates.io. The repository is here, I made it public: https://github.com/bartweber/one-wire-ds2482. Also, I made an attempt to create a one-wire-hal: https://github.com/bartweber/one-wire-hal....

Same issue here. Like @kunerd suggested I did tweak the timing of the `read_bit` function. For the values of the delays I copied the values from the [OneWire library written...