Hi, I use an Arduino Due, and I want to measure the HX711 load cell and MAX6675 thermocouple together.
HX711 communicates through DOUT and CLK, and thermocouple uses SPI communication.
If I use the right library individually, it works fine, but the moment I make the two into one code, the temperature sensor stops at 26 degrees or doesn’t work.
Does anyone know of this problem?