You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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!
The text was updated successfully, but these errors were encountered: