mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
whitespace fixes
This commit is contained in:
parent
362fb2f260
commit
3ec9c8f8f6
1 changed files with 0 additions and 1 deletions
|
@ -140,7 +140,6 @@ void TEMPer1Device::decode(unsigned char *answer, float *temp)
|
|||
temp[0] = buf * (125.0 / 32000.0);
|
||||
temp[0] *= scale;
|
||||
temp[0] += offset;
|
||||
|
||||
}
|
||||
|
||||
void TEMPer2Device::decode(unsigned char *answer, float *temp)
|
||||
|
|
Loading…
Add table
Reference in a new issue