Liest die Temperatur mit 9 Bits vom DS1621 und zeigt die Temperatur als °C und °F an.
Reads the 9 bit temperature from the DS1621 and displays the temperature as °C and °F.
Grüße/ Greetings,
H.J. Windt
Druckbare Version
Liest die Temperatur mit 9 Bits vom DS1621 und zeigt die Temperatur als °C und °F an.
Reads the 9 bit temperature from the DS1621 and displays the temperature as °C and °F.
Grüße/ Greetings,
H.J. Windt
Hello,
Someone in another forum warned me about a small error in the DS1621 examples.
The problem is not with the temp_c and temp_f variables but with the way they are displayed.
-0,5°C would be displayed as 0,5°C and -0,4°F would be displayed as 0,4°F. #-o
The problem was with breaking up the numbers to display the “,”.
I have solved the problem and version 1.2 for C-Control I v1.1 & v2.0 are available for download.
DS1621 Example for C-Control I v1.1
https://www.roboternetz.de/phpBB2/dl...le&file_id=301
DS1621 Example for C-Control I v2.0
https://www.roboternetz.de/phpBB2/dl...le&file_id=302
Sorry if this gave anybody any problems.
Greetings,
H.J. Windt