This report was generated on Wednesday, 23-Feb-22 22:48:15 CET using arduino-testlib.
Version: 1.0.3
More details
Board | Claims compatibility | Inclusion | advancedExample |
basicExample |
---|---|---|---|---|
arduino:avr:uno
1.8.4 |
Yes | PASS | FAIL | FAIL |
arduino:mbed_nano:nanorp2040connect
2.7.2 |
No ⚠️ | PASS | FAIL | FAIL |
arduino:megaavr:nona4809
1.8.7 |
No ⚠️ | PASS | FAIL | FAIL |
arduino:samd:mkrwifi1010
1.8.12 |
No ⚠️ | PASS | FAIL | FAIL |
esp32:esp32:d1_mini32
1.0.6 |
No ⚠️ | PASS | FAIL | FAIL |
Result: PASS
This library has no main header file so an empty one was created.
Sketch uses 444 bytes (1%) of program storage space. Maximum is 32256 bytes. Global variables use 9 bytes (0%) of dynamic memory, leaving 2039 bytes for local variables. Maximum is 2048 bytes.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThermistorLibrary/examples/advancedExample/advancedExample.ino:12:1: error: 'thermistor' does not name a type; did you mean 'register'? thermistor therm1(A0,0); // Analog Pin which is connected to the 3950 temperature sensor, and 0 represents TEMP_SENSOR_0 (see configuration.h for more information). ^~~~~~~~~~ register /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThermistorLibrary/examples/advancedExample/advancedExample.ino:13:1: error: 'thermistor' does not name a type; did you mean 'register'? thermistor therm2(A1,1); // Analog Pin which is connected temperature sensor, and 0 represents TEMP_SENSOR_1 (see configuration.h for more information). ^~~~~~~~~~ register /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThermistorLibrary/examples/advancedExample/advancedExample.ino: In function 'void loop()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThermistorLibrary/examples/advancedExample/advancedExample.ino:23:18: error: 'therm1' was not declared in this scope double temp1 = therm1.analog2temp(); // read temperature ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThermistorLibrary/examples/advancedExample/advancedExample.ino:23:18: note: suggested alternative: 'temp1' double temp1 = therm1.analog2temp(); // read temperature ^~~~~~ temp1 /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThermistorLibrary/examples/advancedExample/advancedExample.ino:24:18: error: 'therm2' was not declared in this scope double temp2 = therm2.analog2temp(); // read temperature ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThermistorLibrary/examples/advancedExample/advancedExample.ino:24:18: note: suggested alternative: 'temp2' double temp2 = therm2.analog2temp(); // read temperature ^~~~~~ temp2
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThermistorLibrary/examples/basicExample/basicExample.ino:10:1: error: 'thermistor' does not name a type; did you mean 'register'? thermistor therm1(A0,0); // Analog Pin which is connected to the 3950 temperature sensor, and 0 represents TEMP_SENSOR_0 (see configuration.h for more information). ^~~~~~~~~~ register /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThermistorLibrary/examples/basicExample/basicExample.ino: In function 'void loop()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThermistorLibrary/examples/basicExample/basicExample.ino:19:17: error: 'therm1' was not declared in this scope double temp = therm1.analog2temp(); // read temperature ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThermistorLibrary/examples/basicExample/basicExample.ino:19:17: note: suggested alternative: 'temp' double temp = therm1.analog2temp(); // read temperature ^~~~~~ temp
Result: PASS
WARNING: library ThermistorLibrary claims to run on avr architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s). Sketch uses 78756 bytes (0%) of program storage space. Maximum is 16777216 bytes. Global variables use 43444 bytes (16%) of dynamic memory, leaving 226892 bytes for local variables. Maximum is 270336 bytes.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThermistorLibrary/examples/advancedExample/advancedExample.ino:12:1: error: 'thermistor' does not name a type; did you mean 'register'? thermistor therm1(A0,0); // Analog Pin which is connected to the 3950 temperature sensor, and 0 represents TEMP_SENSOR_0 (see configuration.h for more information). ^~~~~~~~~~ register /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThermistorLibrary/examples/advancedExample/advancedExample.ino:13:1: error: 'thermistor' does not name a type; did you mean 'register'? thermistor therm2(A1,1); // Analog Pin which is connected temperature sensor, and 0 represents TEMP_SENSOR_1 (see configuration.h for more information). ^~~~~~~~~~ register /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThermistorLibrary/examples/advancedExample/advancedExample.ino: In function 'void loop()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThermistorLibrary/examples/advancedExample/advancedExample.ino:23:18: error: 'therm1' was not declared in this scope double temp1 = therm1.analog2temp(); // read temperature ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThermistorLibrary/examples/advancedExample/advancedExample.ino:23:18: note: suggested alternative: 'temp1' double temp1 = therm1.analog2temp(); // read temperature ^~~~~~ temp1 /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThermistorLibrary/examples/advancedExample/advancedExample.ino:24:18: error: 'therm2' was not declared in this scope double temp2 = therm2.analog2temp(); // read temperature ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThermistorLibrary/examples/advancedExample/advancedExample.ino:24:18: note: suggested alternative: 'temp2' double temp2 = therm2.analog2temp(); // read temperature ^~~~~~ temp2
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThermistorLibrary/examples/basicExample/basicExample.ino:10:1: error: 'thermistor' does not name a type; did you mean 'register'? thermistor therm1(A0,0); // Analog Pin which is connected to the 3950 temperature sensor, and 0 represents TEMP_SENSOR_0 (see configuration.h for more information). ^~~~~~~~~~ register /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThermistorLibrary/examples/basicExample/basicExample.ino: In function 'void loop()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThermistorLibrary/examples/basicExample/basicExample.ino:19:17: error: 'therm1' was not declared in this scope double temp = therm1.analog2temp(); // read temperature ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThermistorLibrary/examples/basicExample/basicExample.ino:19:17: note: suggested alternative: 'temp' double temp = therm1.analog2temp(); // read temperature ^~~~~~ temp
Result: PASS
WARNING: library ThermistorLibrary claims to run on avr architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s). Sketch uses 802 bytes (1%) of program storage space. Maximum is 49152 bytes. Global variables use 22 bytes (0%) of dynamic memory, leaving 6122 bytes for local variables. Maximum is 6144 bytes.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThermistorLibrary/examples/advancedExample/advancedExample.ino:12:1: error: 'thermistor' does not name a type; did you mean 'register'? thermistor therm1(A0,0); // Analog Pin which is connected to the 3950 temperature sensor, and 0 represents TEMP_SENSOR_0 (see configuration.h for more information). ^~~~~~~~~~ register /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThermistorLibrary/examples/advancedExample/advancedExample.ino:13:1: error: 'thermistor' does not name a type; did you mean 'register'? thermistor therm2(A1,1); // Analog Pin which is connected temperature sensor, and 0 represents TEMP_SENSOR_1 (see configuration.h for more information). ^~~~~~~~~~ register /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThermistorLibrary/examples/advancedExample/advancedExample.ino: In function 'void loop()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThermistorLibrary/examples/advancedExample/advancedExample.ino:23:18: error: 'therm1' was not declared in this scope double temp1 = therm1.analog2temp(); // read temperature ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThermistorLibrary/examples/advancedExample/advancedExample.ino:23:18: note: suggested alternative: 'temp1' double temp1 = therm1.analog2temp(); // read temperature ^~~~~~ temp1 /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThermistorLibrary/examples/advancedExample/advancedExample.ino:24:18: error: 'therm2' was not declared in this scope double temp2 = therm2.analog2temp(); // read temperature ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThermistorLibrary/examples/advancedExample/advancedExample.ino:24:18: note: suggested alternative: 'temp2' double temp2 = therm2.analog2temp(); // read temperature ^~~~~~ temp2
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThermistorLibrary/examples/basicExample/basicExample.ino:10:1: error: 'thermistor' does not name a type; did you mean 'register'? thermistor therm1(A0,0); // Analog Pin which is connected to the 3950 temperature sensor, and 0 represents TEMP_SENSOR_0 (see configuration.h for more information). ^~~~~~~~~~ register /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThermistorLibrary/examples/basicExample/basicExample.ino: In function 'void loop()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThermistorLibrary/examples/basicExample/basicExample.ino:19:17: error: 'therm1' was not declared in this scope double temp = therm1.analog2temp(); // read temperature ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThermistorLibrary/examples/basicExample/basicExample.ino:19:17: note: suggested alternative: 'temp' double temp = therm1.analog2temp(); // read temperature ^~~~~~ temp
Result: PASS
This library has no main header file so an empty one was created.
WARNING: library ThermistorLibrary claims to run on avr architecture(s) and may be incompatible with your current board which runs on samd architecture(s). Sketch uses 12156 bytes (4%) of program storage space. Maximum is 262144 bytes. Global variables use 2996 bytes (9%) of dynamic memory, leaving 29772 bytes for local variables. Maximum is 32768 bytes.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThermistorLibrary/examples/advancedExample/advancedExample.ino:12:1: error: 'thermistor' does not name a type; did you mean 'register'? thermistor therm1(A0,0); // Analog Pin which is connected to the 3950 temperature sensor, and 0 represents TEMP_SENSOR_0 (see configuration.h for more information). ^~~~~~~~~~ register /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThermistorLibrary/examples/advancedExample/advancedExample.ino:13:1: error: 'thermistor' does not name a type; did you mean 'register'? thermistor therm2(A1,1); // Analog Pin which is connected temperature sensor, and 0 represents TEMP_SENSOR_1 (see configuration.h for more information). ^~~~~~~~~~ register /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThermistorLibrary/examples/advancedExample/advancedExample.ino: In function 'void loop()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThermistorLibrary/examples/advancedExample/advancedExample.ino:23:18: error: 'therm1' was not declared in this scope double temp1 = therm1.analog2temp(); // read temperature ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThermistorLibrary/examples/advancedExample/advancedExample.ino:23:18: note: suggested alternative: 'temp1' double temp1 = therm1.analog2temp(); // read temperature ^~~~~~ temp1 /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThermistorLibrary/examples/advancedExample/advancedExample.ino:24:18: error: 'therm2' was not declared in this scope double temp2 = therm2.analog2temp(); // read temperature ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThermistorLibrary/examples/advancedExample/advancedExample.ino:24:18: note: suggested alternative: 'temp2' double temp2 = therm2.analog2temp(); // read temperature ^~~~~~ temp2
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThermistorLibrary/examples/basicExample/basicExample.ino:10:1: error: 'thermistor' does not name a type; did you mean 'register'? thermistor therm1(A0,0); // Analog Pin which is connected to the 3950 temperature sensor, and 0 represents TEMP_SENSOR_0 (see configuration.h for more information). ^~~~~~~~~~ register /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThermistorLibrary/examples/basicExample/basicExample.ino: In function 'void loop()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThermistorLibrary/examples/basicExample/basicExample.ino:19:17: error: 'therm1' was not declared in this scope double temp = therm1.analog2temp(); // read temperature ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThermistorLibrary/examples/basicExample/basicExample.ino:19:17: note: suggested alternative: 'temp' double temp = therm1.analog2temp(); // read temperature ^~~~~~ temp
Result: PASS
WARNING: library ThermistorLibrary claims to run on avr architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s). Sketch uses 197736 bytes (15%) of program storage space. Maximum is 1310720 bytes. Global variables use 13084 bytes (3%) of dynamic memory, leaving 314596 bytes for local variables. Maximum is 327680 bytes.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThermistorLibrary/examples/advancedExample/advancedExample.ino:12:1: error: 'thermistor' does not name a type thermistor therm1(A0,0); // Analog Pin which is connected to the 3950 temperature sensor, and 0 represents TEMP_SENSOR_0 (see configuration.h for more information). ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThermistorLibrary/examples/advancedExample/advancedExample.ino:13:1: error: 'thermistor' does not name a type thermistor therm2(A1,1); // Analog Pin which is connected temperature sensor, and 0 represents TEMP_SENSOR_1 (see configuration.h for more information). ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThermistorLibrary/examples/advancedExample/advancedExample.ino: In function 'void loop()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThermistorLibrary/examples/advancedExample/advancedExample.ino:23:18: error: 'therm1' was not declared in this scope double temp1 = therm1.analog2temp(); // read temperature ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThermistorLibrary/examples/advancedExample/advancedExample.ino:24:18: error: 'therm2' was not declared in this scope double temp2 = therm2.analog2temp(); // read temperature ^
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThermistorLibrary/examples/basicExample/basicExample.ino:10:1: error: 'thermistor' does not name a type thermistor therm1(A0,0); // Analog Pin which is connected to the 3950 temperature sensor, and 0 represents TEMP_SENSOR_0 (see configuration.h for more information). ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThermistorLibrary/examples/basicExample/basicExample.ino: In function 'void loop()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThermistorLibrary/examples/basicExample/basicExample.ino:19:17: error: 'therm1' was not declared in this scope double temp = therm1.analog2temp(); // read temperature ^