1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-29 02:59:57 +02:00

Updated Home (markdown)

oliexdev
2014-12-28 02:54:39 -08:00
parent f091b6afeb
commit 7f86652731

@@ -99,7 +99,7 @@ void write_scale_data(int weight, int fat, int water, int muscle)
}
```
To check the integrity of the data I calculate a XOR checksum with the following function:
To check the integrity of the data I calculated a XOR checksum with the following function:
```C
int calc_checksum(struct scale_data* wdata)