24-07-2021, 05:56
Hi CplJonlan,
You may try something like this:
You may try something like this:
Code:
// Calculate negative temperature
if ((AuriolOutTemp & 0x800) == 0x800) AuriolOutTemp = AuriolOutTemp | 0xF000;
