Open oomzay opened 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);
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);