Arduino compile error “expected primary-expression before ‘)’ token”

arduinocompilation

When i attempt to compile the code HERE
I get the error "expected primary-expression before ')' token" and it highlights this line:

  sensors.setResolution(insideThermometer, TEMPERATURE_PRECISION);

Best Answer

So that this does not still come up in "unanswered", I'll answer it... As wildplasser said, i forgot to define the #define TEMPERATURE_PRECISION line...

Related Topic