carlosperate / awesome-microbit

A curated list of BBC micro:bit resources.
https://twitter.com/awesomemicrobit
Creative Commons Zero v1.0 Universal
1.01k stars 187 forks source link

Looking for library for ds18b20 temperature sensor #530

Closed G-Boronad closed 2 months ago

G-Boronad commented 2 years ago

Hello, I'm looking for a python library for the ds18b20 temperature sensor that would work with a micro:bit V2. Do you know if it exists? Thank you in advance for your help. G.B.

carlosperate commented 2 years ago

I haven't seen one for micro:bit MicroPython yet, only this one for MakeCode:

https://github.com/carlosperate/awesome-microbit/blob/515b59818bc716eb7bd77ceb9f19a1b9139aaad4/README.md#L198

Maybe you can use it as a reference to create a MicroPython library? I'd be happy to add it to the list if you make one or find one!