THERMISTOR - compatibility matrix

This report was generated on Wednesday, 23-Feb-22 22:48:15 CET using arduino-testlib.

THERMISTOR

Version: 1.0.3
More details

Compatibility matrix

Board Claims compatibility Inclusion
basicntc
arduino:avr:uno
1.8.4
Yes ⚠️ FAIL PASS
arduino:mbed_nano:nanorp2040connect
2.7.2
Yes ⚠️ FAIL FAIL
arduino:megaavr:nona4809
1.8.7
Yes ⚠️ FAIL PASS
arduino:samd:mkrwifi1010
1.8.12
Yes ⚠️ FAIL FAIL
esp32:esp32:d1_mini32
1.0.6
Yes ⚠️ FAIL FAIL

Compilation logs

arduino:avr:uno @ 1.8.4

Inclusion

Result: FAIL
This library has no main header file so an empty one was created.

/tmp/arduino-testlib923011159/test/test.ino:1:10: fatal error: THERMISTOR.h: No such file or directory
 #include <THERMISTOR.h>
          ^~~~~~~~~~~~~~
compilation terminated.

examples/basicntc

Result: PASS

Sketch uses 4390 bytes (13%) of program storage space. Maximum is 32256 bytes.
Global variables use 294 bytes (14%) of dynamic memory, leaving 1754 bytes for local variables. Maximum is 2048 bytes.

arduino:mbed_nano:nanorp2040connect @ 2.7.2

Inclusion

Result: FAIL
This library has no main header file so an empty one was created.

/tmp/arduino-testlib1822125261/test/test.ino:1:10: fatal error: THERMISTOR.h: No such file or directory
 #include <THERMISTOR.h>
          ^~~~~~~~~~~~~~
compilation terminated.

examples/basicntc

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/THERMISTOR/thermistor.cpp: In member function 'int THERMISTOR::read()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/THERMISTOR/thermistor.cpp:83:19: error: 'DEFAULT' was not declared in this scope
   analogReference(DEFAULT);
                   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/THERMISTOR/thermistor.cpp:83:19: note: suggested alternative: 'EFAULT'
   analogReference(DEFAULT);
                   ^~~~~~~
                   EFAULT

arduino:megaavr:nona4809 @ 1.8.7

Inclusion

Result: FAIL
This library has no main header file so an empty one was created.

/tmp/arduino-testlib1822125261/test/test.ino:1:10: fatal error: THERMISTOR.h: No such file or directory
 #include <THERMISTOR.h>
          ^~~~~~~~~~~~~~
compilation terminated.

examples/basicntc

Result: PASS

Sketch uses 5535 bytes (11%) of program storage space. Maximum is 49152 bytes.
Global variables use 187 bytes (3%) of dynamic memory, leaving 5957 bytes for local variables. Maximum is 6144 bytes.

arduino:samd:mkrwifi1010 @ 1.8.12

Inclusion

Result: FAIL
This library has no main header file so an empty one was created.

/tmp/arduino-testlib923011159/test/test.ino:1:10: fatal error: THERMISTOR.h: No such file or directory
 #include <THERMISTOR.h>
          ^~~~~~~~~~~~~~
compilation terminated.

examples/basicntc

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/THERMISTOR/thermistor.cpp: In member function 'int THERMISTOR::read()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/THERMISTOR/thermistor.cpp:83:19: error: 'DEFAULT' was not declared in this scope
   analogReference(DEFAULT);
                   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/THERMISTOR/thermistor.cpp:83:19: note: suggested alternative: 'AR_DEFAULT'
   analogReference(DEFAULT);
                   ^~~~~~~
                   AR_DEFAULT

esp32:esp32:d1_mini32 @ 1.0.6

Inclusion

Result: FAIL
This library has no main header file so an empty one was created.

/tmp/arduino-testlib2651868473/test/test.ino:1:24: fatal error: THERMISTOR.h: No such file or directory
compilation terminated.

examples/basicntc

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/THERMISTOR/examples/basicntc/basicntc.ino:30:31: error: 'A1' was not declared in this scope
 #define NTC_PIN               A1
                               ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/THERMISTOR/examples/basicntc/basicntc.ino:33:23: note: in expansion of macro 'NTC_PIN'
 THERMISTOR thermistor(NTC_PIN,        // Analog pin
                       ^