You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MLX90614_SMBusWrite() is not working. I tried to change the emissivity using this function but it doesn't change the emissivity.
Also in the MLX90614_SetEmissivity(uint8_t slaveAddr, float value) function, may I know why you included these functions? What purpose do they serve?
MLX90614_SMBusWrite() is not working. I tried to change the emissivity using this function but it doesn't change the emissivity.
Also in the MLX90614_SetEmissivity(uint8_t slaveAddr, float value) function, may I know why you included these functions? What purpose do they serve?
error = MLX90614_SMBusRead(slaveAddr, 0x2F, &data);
error = MLX90614_SendCommand(slaveAddr, 0x60);
error = MLX90614_SMBusWrite(slaveAddr, 0x2F, 0x0000);
error = MLX90614_SMBusWrite(slaveAddr, 0x2F, data);
error = MLX90614_SendCommand(slaveAddr, 0x61);
The text was updated successfully, but these errors were encountered: