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

Feature request: access the number of devices detected on the bus #14

Closed baronvertigovongrahamthesecondofsealand closed 5 months ago

baronvertigovongrahamthesecondofsealand commented 6 months ago

Looks like the variable needed in the library is private. Could this value be exposed, please?

oopen commented 6 months ago

In my pull request https://github.com/Gbertaz/NonBlockingDallas/pull/13 this parameter become readable by calling function uint8_t getSensorsCount();

Merge request is pending.

Gbertaz commented 5 months ago

@baronvertigovongrahamthesecondofsealand @oopen merged! 👍

baronvertigovongrahamthesecondofsealand commented 5 months ago

Wonderful, thanks chaps!