Last updated 5 years ago
DS18B20是個採用1-Wire通訊協定的溫度感測器,要使用它就要先把樹莓派的1-Wire協定打開,另外如果要取得溫度值,透過 https://github.com/timofurrer/w1thermsensor 所提供的python3套件模組是最簡便的方法。