Gbertaz / NonBlockingDallas

Arduino library for the DS18B20 temperature sensor. Avoid blocking the sketch while reading the sensor.
MIT License
11 stars 4 forks source link

Extend possibiliies with many news functions #13

Closed oopen closed 7 months ago

oopen commented 8 months ago

Big addition of functions.

Get sensor by index, string, DeviceAddress. Convert address in each format. Validate a address range. and many more.

Only lite breaking changes in begin() & callback's() parameters.

Gbertaz commented 8 months ago

Thank you @oopen. I noticed a couple of typos and outdated info in the wiki. I will fix them and merge everything soon.

oopen commented 7 months ago

Hello @Gbertaz can I make something to merge the request?

Gbertaz commented 7 months ago

Hello @oopen, sorry I was a bit busy lately. I invited you as collaborator. You should be able to merge

oopen commented 7 months ago

I was no able to merge myself.

Can you also push to platformio ? current version on it, still 1.0.4 not 1.1.0

Thanks you for merging.