Преглед изворни кода

Fix temperature measurement

k4be пре 1 година
родитељ
комит
99428100ff
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      soft/ds18b20.c

+ 1 - 1
soft/ds18b20.c

@@ -62,6 +62,6 @@ void gettemp(void){
 	
 	_1WireInit();
 	_1WireWriteByte(0xcc);
-	_1WireWriteByte(0x44);
+	_1WireWriteBytePR(0x44);
 	atomic_set_uint(&System.timers.owire, ms(4000));
 }