Open David-OConnor opened 4 years ago
would be really appreciated
Just for those struggling (like me) as a beginner in embedded programming trying to read temperature data from their DS1820, I've created a full example here: https://github.com/bartweber/ds18b20-example It's based on the provided example in the README.md file of this repo.
Recommend either in the readme or an example folder, a full standalone example. Ie in addition to code in the readme, the imports required, prereq crates, and example args to pass to
get_temperature
.