The temperatures are reported in big endian by the device. The voltages are returned from the device in the same way where the endianness was flipped correctly, so I copied the code from there.
Types of changes
[x] Bugfix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
Proposed changes
The temperatures are reported in big endian by the device. The voltages are returned from the device in the same way where the endianness was flipped correctly, so I copied the code from there.
Types of changes
Checklist