nimaltd / ds18b20

ds18b20 library for stm32 hal
GNU General Public License v3.0
141 stars 43 forks source link

代码可以再MDK F401上使用。不过有BUG #9

Open apple521 opened 2 years ago

apple521 commented 2 years ago

1.看门狗,需要在OneWireDelay(1000);附近增加看门狗。 2.当传感器数量大于设置(默认_DS18B20_MAX_SENSORS = 1)得最大数量时候会溢出。增加if(TempSensorCount>=_DS18B20_MAX_SENSORS)break;