This report was generated on Wednesday, 23-Feb-22 22:48:15 CET using arduino-testlib.
Version: 1.0.4
More details
Board | Claims compatibility | Inclusion | Beginners |
Experts |
---|---|---|---|---|
arduino:avr:uno
1.8.4 |
Yes ⚠️ | FAIL | FAIL | FAIL |
arduino:mbed_nano:nanorp2040connect
2.7.2 |
No | FAIL | FAIL | FAIL |
arduino:megaavr:nona4809
1.8.7 |
No | FAIL | FAIL | FAIL |
arduino:samd:mkrwifi1010
1.8.12 |
No | FAIL | FAIL | FAIL |
esp32:esp32:d1_mini32
1.0.6 |
No | FAIL | FAIL | FAIL |
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Esplora/src/Esplora.cpp:54:26: error: 'A11' was not declared in this scope const byte ACCEL_Y_PIN = A11; ^~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Esplora/src/Esplora.cpp:54:26: note: suggested alternative: 'A1' const byte ACCEL_Y_PIN = A11; ^~~ A1
Result: FAIL
Result: FAIL
Result: FAIL
WARNING: library Esplora claims to run on avr architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s). /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Esplora/src/Esplora.cpp:54:26: error: 'A11' was not declared in this scope const byte ACCEL_Y_PIN = A11; ^~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Esplora/src/Esplora.cpp:54:26: note: suggested alternative: 'A1' const byte ACCEL_Y_PIN = A11; ^~~ A1
Result: FAIL
Result: FAIL
Result: FAIL
WARNING: library Esplora claims to run on avr architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s). /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Esplora/src/Esplora.cpp:54:26: error: 'A11' was not declared in this scope const byte ACCEL_Y_PIN = A11; ^~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Esplora/src/Esplora.cpp:54:26: note: suggested alternative: 'A1' const byte ACCEL_Y_PIN = A11; ^~~ A1
Result: FAIL
Result: FAIL
Result: FAIL
WARNING: library Esplora claims to run on avr architecture(s) and may be incompatible with your current board which runs on samd architecture(s). /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Esplora/src/Esplora.cpp:54:26: error: 'A11' was not declared in this scope const byte ACCEL_Y_PIN = A11; ^~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Esplora/src/Esplora.cpp:54:26: note: suggested alternative: 'A1' const byte ACCEL_Y_PIN = A11; ^~~ A1
Result: FAIL
Result: FAIL
Result: FAIL
WARNING: library Esplora claims to run on avr architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s). /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Esplora/src/Esplora.cpp:35:36: error: 'A1' was not declared in this scope const byte MUX_ADDR_PINS[] = { A0, A1, A2, A3 }; ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Esplora/src/Esplora.cpp:35:40: error: 'A2' was not declared in this scope const byte MUX_ADDR_PINS[] = { A0, A1, A2, A3 }; ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Esplora/src/Esplora.cpp: In member function 'void _Esplora::writeRed(byte)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Esplora/src/Esplora.cpp:133:23: error: 'analogWrite' was not declared in this scope analogWrite(pin, val); \ ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Esplora/src/Esplora.cpp:142:1: note: in expansion of macro 'RGB_FUNC' RGB_FUNC(Red, RED_PIN, lastRed) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Esplora/src/Esplora.cpp: In member function 'void _Esplora::writeGreen(byte)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Esplora/src/Esplora.cpp:133:23: error: 'analogWrite' was not declared in this scope analogWrite(pin, val); \ ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Esplora/src/Esplora.cpp:143:1: note: in expansion of macro 'RGB_FUNC' RGB_FUNC(Green, GREEN_PIN, lastGreen) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Esplora/src/Esplora.cpp: In member function 'void _Esplora::writeBlue(byte)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Esplora/src/Esplora.cpp:133:23: error: 'analogWrite' was not declared in this scope analogWrite(pin, val); \ ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Esplora/src/Esplora.cpp:144:1: note: in expansion of macro 'RGB_FUNC' RGB_FUNC(Blue, BLUE_PIN, lastBlue) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Esplora/src/Esplora.cpp: In member function 'void _Esplora::tone(unsigned int)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Esplora/src/Esplora.cpp:148:5: error: '::tone' has not been declared ::tone(BUZZER_PIN, freq); ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Esplora/src/Esplora.cpp:150:5: error: '::noTone' has not been declared ::noTone(BUZZER_PIN); ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Esplora/src/Esplora.cpp: In member function 'void _Esplora::tone(unsigned int, long unsigned int)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Esplora/src/Esplora.cpp:155:5: error: '::tone' has not been declared ::tone(BUZZER_PIN, freq, duration); ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Esplora/src/Esplora.cpp:157:5: error: '::noTone' has not been declared ::noTone(BUZZER_PIN); ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Esplora/src/Esplora.cpp: In member function 'void _Esplora::noTone()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Esplora/src/Esplora.cpp:161:3: error: '::noTone' has not been declared ::noTone(BUZZER_PIN); ^
Result: FAIL
Result: FAIL