That was NOT the correct place to add the parentheses.
if ((max_v > max_cam_v) | (max_v < min_cam_v))
i don't know which operator i must use?
Is that a question or a statement? That is the wrong punctuation for a statement, and we don't know whether you know the correct operator to use, so it was pointless to ask us that question.
Did you look at the reference page for the | operator? What does it do? What is it called?
Did you look at the reference page for the || operator? What does it do? What is it called?
If is VERY apparent, after YOU do some research whether to use the bitwise OR operator or the logical OR operator. You are trying to define the logic behind whether or not to do something.
Hello Paul S.
if that helps you!
Here is a version that runs with the M5Stack Core as well as the M5Stack Fire, The MLX90640 is connected to the software to the Grove Port A and the software runs without problems.