fuchsnj / ds18b20

17 stars 11 forks source link

Full example #2

Open David-OConnor opened 4 years ago

David-OConnor commented 4 years ago

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.

oleggtro commented 3 years ago

would be really appreciated

bartweber commented 1 year ago

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.