matmunk / DS18B20

Arduino library for the Maxim Integrated DS18B20 1-Wire temperature sensor.
MIT License
94 stars 32 forks source link

Curious developer! #10

Open dotchetter opened 2 years ago

dotchetter commented 2 years ago

I found your library for the DS18B20 as I developed my own driver, too, about a year ago and just published it as its own library. It occurred to me that other devs probably must've already done the same.

I aimed my driver specifically towards use cases where only one sensor is being used at a time, and thus implemented the OneWire interface myself without the regard for other devices on the bus - and also for the SAMD21 chip found in the new MKR-series Arduinos.

If you'd like to contribute and collaborate on it, you can find it here:

https://github.com/dotchetter/samd21-ds18b20

Happy coding, and kudos to a clean quality repo!