I am not sure I follow.
dc var as I understand, holds the value say, 2236. This represents the value 22.36 degrees celcious.
To display it as integer, dc/100 is used and for the floating part,...
Type: Posts; User: Ioannis; Keyword(s):
I am not sure I follow.
dc var as I understand, holds the value say, 2236. This represents the value 22.36 degrees celcious.
To display it as integer, dc/100 is used and for the floating part,...
Nice chip this AS6221. But how on earth can one solder this tiny little chip?
I think this line:
hserout [ 13,10,"temp c#",9,dec dc/100,".",dec2 dc//100,9,dec head_fs,9,dec tail_fs ]
...