Question on old DS1620 code by Scott Edwards
Dee Gunter
Posts: 3
Just started using the DS1620 temp sensor from Dallas Semiconductor in the thermostat mode. I copied a program to run the thermostat written by Scott Edwards, in the program there are two commands that I can't find reference to.
The first is:
SHIFTOUT 04, 03, LSBFIRST, [2,50\9]
I completely understand the command with exception of the 2 before 50\9
The second is:
SHIFTOUT 04, 03, LSBFIRST, [1, 52\9
Here again, I uderstand the command with exception of the 1 before 52\9
I spoke with Scott Edwards on the phone and the program is so old he couldn't remember the details.
I wonder if anyone else has used or understands the 2 and 1 that's mentioned in the above lines of code.
The first is:
SHIFTOUT 04, 03, LSBFIRST, [2,50\9]
I completely understand the command with exception of the 2 before 50\9
The second is:
SHIFTOUT 04, 03, LSBFIRST, [1, 52\9
Here again, I uderstand the command with exception of the 1 before 52\9
I spoke with Scott Edwards on the phone and the program is so old he couldn't remember the details.
I wonder if anyone else has used or understands the 2 and 1 that's mentioned in the above lines of code.
Comments
-Tor