melexis / mlx90640-library

MLX90640 library functions
Apache License 2.0
241 stars 192 forks source link

Magic numbers should be replaced with symbolic ones #84

Open oomzay opened 3 years ago

oomzay commented 3 years ago

Unless there is some special reason for all the magic numbers in this code base then please replace with named constants.

For example, the intention of code like this is far from obvious:

error = MLX90640_I2CWrite(slaveAddr, 0x8000, 0x0030);