Skip to content

'class SmoothThermistor' has no member named 'readCelsius' #4

@Marco-rc

Description

@Marco-rc

Hello,
After installing the libraries for the Heater sketch, I get the following error:

curTemp = sthermistor->readCelsius();
^~~~~~~~~~~
Multiple libraries were found for "SmoothThermistor.h"
Used: C:\Users\Marco\MARCO\ARDUINO\CONTROL_TEMP\3D_Printer_Filament_Joiner\libraries\SmoothThermistor
Not used: C:\Users\Marco\MARCO\ARDUINO\CONTROL_TEMP\3D_Printer_Filament_Joiner\libraries\NTC_Thermistor
exit status 1

Compilation error: 'class SmoothThermistor' has no member named 'readCelsius'

Could you please help me find the cause? Am I using a different version of the libraries?
This is what I have:
#include <SmoothThermistor.h>
#include <NTC_Thermistor.h>
#include <PID_v1.h>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions