Adafruit_MAX31855 thermocouple(thermoCLK, thermoCS, thermoDO);
This line is highlighted and it gives us the error message:
serialthermocouple.pde:-1: error: 'Adafruit_MAX31855' does not name a type
comes up when trying to copy the code for Max31855 thermocouple to Arduino Uno from the github.com website.
any suggestions or help?