Adjacent values in CH2 at the beginning of the file read:
02 A5
02 A6
02 A6
02 A2
02 A1
Reading these as LE U16s gives us a difference of 256 between the first two measurements. Intuition tells us that if these are immediately adjacent reads on the same channel, they should differ only a little.
Parsing them as BE U16s gives us a difference of 1 between the first two measurements.
Adjacent values in CH2 at the beginning of the file read:
Reading these as LE U16s gives us a difference of 256 between the first two measurements. Intuition tells us that if these are immediately adjacent reads on the same channel, they should differ only a little.
Parsing them as BE U16s gives us a difference of 1 between the first two measurements.