kellerkindt / onewire

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

Example in README outdated #6

Open TDHolmes opened 4 years ago

TDHolmes commented 4 years ago

The example in the README is outdated. The stm32f103xx-hal is deprecated in favor of stm32f1xx-hal. It would also be nice to see the use statements used to get someone successfully compiling an example with this library (what I'm trying to do at the moment 😅).

rnestler commented 4 years ago

I'd suggest to actually add a real example in the examples folder, which would also get compile checked during CI.