matmunk / DS18B20

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

numberOfDevices not initialised #7

Closed Cirrus-8691 closed 3 years ago

Cirrus-8691 commented 3 years ago

With my Arduino Uno : as numberOfDevices is not initialised to zero in the constructor, getNumberOfDevices() return a random number.

see VincentBlankfield Pull request