Leeman Geophysical Learning Shield - compatibility matrix

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

Leeman Geophysical Learning Shield

Version: 1.0.0
More details

Compatibility matrix

Board Claims compatibility Inclusion
knob_serial
light_serial
play_song
shield_test
temperature_serial
blink
buttons_leds
arduino:avr:uno
1.8.4
Yes ⚠️ FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL
arduino:mbed_nano:nanorp2040connect
2.7.2
Yes PASS PASS PASS PASS PASS PASS PASS PASS
arduino:megaavr:nona4809
1.8.7
Yes PASS PASS PASS PASS PASS PASS PASS PASS
arduino:samd:mkrwifi1010
1.8.12
Yes ⚠️ FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL
esp32:esp32:d1_mini32
1.0.6
Yes ⚠️ FAIL FAIL FAIL FAIL FAIL FAIL 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.



					
					

examples/blink

Result: FAIL


					
					

examples/buttons_leds

Result: FAIL


					
					

examples/knob_serial

Result: FAIL


					
					

examples/light_serial

Result: FAIL


					
					

examples/play_song

Result: FAIL


					
					

examples/shield_test

Result: FAIL


					
					

examples/temperature_serial

Result: FAIL


					
				
				

arduino:mbed_nano:nanorp2040connect @ 2.7.2

Inclusion

Result: PASS

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.

examples/blink

Result: PASS

Sketch uses 79204 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.

examples/buttons_leds

Result: PASS

Sketch uses 79300 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.

examples/knob_serial

Result: PASS

Sketch uses 79460 bytes (0%) of program storage space. Maximum is 16777216 bytes.
Global variables use 43516 bytes (16%) of dynamic memory, leaving 226820 bytes for local variables. Maximum is 270336 bytes.

examples/light_serial

Result: PASS

Sketch uses 79460 bytes (0%) of program storage space. Maximum is 16777216 bytes.
Global variables use 43516 bytes (16%) of dynamic memory, leaving 226820 bytes for local variables. Maximum is 270336 bytes.

examples/play_song

Result: PASS

Sketch uses 80252 bytes (0%) of program storage space. Maximum is 16777216 bytes.
Global variables use 43448 bytes (16%) of dynamic memory, leaving 226888 bytes for local variables. Maximum is 270336 bytes.

examples/shield_test

Result: PASS

Sketch uses 84392 bytes (0%) of program storage space. Maximum is 16777216 bytes.
Global variables use 43520 bytes (16%) of dynamic memory, leaving 226816 bytes for local variables. Maximum is 270336 bytes.

examples/temperature_serial

Result: PASS

Sketch uses 83450 bytes (0%) of program storage space. Maximum is 16777216 bytes.
Global variables use 43516 bytes (16%) of dynamic memory, leaving 226820 bytes for local variables. Maximum is 270336 bytes.

arduino:megaavr:nona4809 @ 1.8.7

Inclusion

Result: PASS

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.

examples/blink

Result: PASS

Sketch uses 1464 bytes (2%) 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.

examples/buttons_leds

Result: PASS

Sketch uses 1428 bytes (2%) 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.

examples/knob_serial

Result: PASS

Sketch uses 3035 bytes (6%) of program storage space. Maximum is 49152 bytes.
Global variables use 177 bytes (2%) of dynamic memory, leaving 5967 bytes for local variables. Maximum is 6144 bytes.

examples/light_serial

Result: PASS

Sketch uses 3031 bytes (6%) of program storage space. Maximum is 49152 bytes.
Global variables use 177 bytes (2%) of dynamic memory, leaving 5967 bytes for local variables. Maximum is 6144 bytes.

examples/play_song

Result: PASS

Sketch uses 2834 bytes (5%) of program storage space. Maximum is 49152 bytes.
Global variables use 31 bytes (0%) of dynamic memory, leaving 6113 bytes for local variables. Maximum is 6144 bytes.

examples/shield_test

Result: PASS

Sketch uses 6568 bytes (13%) of program storage space. Maximum is 49152 bytes.
Global variables use 186 bytes (3%) of dynamic memory, leaving 5958 bytes for local variables. Maximum is 6144 bytes.

examples/temperature_serial

Result: PASS

Sketch uses 4740 bytes (9%) of program storage space. Maximum is 49152 bytes.
Global variables use 177 bytes (2%) of dynamic memory, leaving 5967 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.



					
					

examples/blink

Result: FAIL


					
					

examples/buttons_leds

Result: FAIL


					
					

examples/knob_serial

Result: FAIL


					
					

examples/light_serial

Result: FAIL


					
					

examples/play_song

Result: FAIL


					
					

examples/shield_test

Result: FAIL


					
					

examples/temperature_serial

Result: FAIL


					
				
				

esp32:esp32:d1_mini32 @ 1.0.6

Inclusion

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Leeman_Geophysical_Learning_Shield/src/lglearning.cpp:2:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Leeman_Geophysical_Learning_Shield/src/lglearning.h:10:40: error: 'A1' was not declared in this scope
 const uint8_t PIN_TEMPERATURE_SENSOR = A1;
                                        ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Leeman_Geophysical_Learning_Shield/src/lglearning.h:11:34: error: 'A2' was not declared in this scope
 const uint8_t PIN_LIGHT_SENSOR = A2;
                                  ^

examples/blink

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Leeman_Geophysical_Learning_Shield/examples/blink/blink.ino:8:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Leeman_Geophysical_Learning_Shield/src/lglearning.h:10:40: error: 'A1' was not declared in this scope
 const uint8_t PIN_TEMPERATURE_SENSOR = A1;
                                        ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Leeman_Geophysical_Learning_Shield/src/lglearning.h:11:34: error: 'A2' was not declared in this scope
 const uint8_t PIN_LIGHT_SENSOR = A2;
                                  ^

examples/buttons_leds

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Leeman_Geophysical_Learning_Shield/examples/buttons_leds/buttons_leds.ino:6:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Leeman_Geophysical_Learning_Shield/src/lglearning.h:10:40: error: 'A1' was not declared in this scope
 const uint8_t PIN_TEMPERATURE_SENSOR = A1;
                                        ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Leeman_Geophysical_Learning_Shield/src/lglearning.h:11:34: error: 'A2' was not declared in this scope
 const uint8_t PIN_LIGHT_SENSOR = A2;
                                  ^

examples/knob_serial

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Leeman_Geophysical_Learning_Shield/examples/knob_serial/knob_serial.ino:7:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Leeman_Geophysical_Learning_Shield/src/lglearning.h:10:40: error: 'A1' was not declared in this scope
 const uint8_t PIN_TEMPERATURE_SENSOR = A1;
                                        ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Leeman_Geophysical_Learning_Shield/src/lglearning.h:11:34: error: 'A2' was not declared in this scope
 const uint8_t PIN_LIGHT_SENSOR = A2;
                                  ^

examples/light_serial

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Leeman_Geophysical_Learning_Shield/examples/light_serial/light_serial.ino:7:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Leeman_Geophysical_Learning_Shield/src/lglearning.h:10:40: error: 'A1' was not declared in this scope
 const uint8_t PIN_TEMPERATURE_SENSOR = A1;
                                        ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Leeman_Geophysical_Learning_Shield/src/lglearning.h:11:34: error: 'A2' was not declared in this scope
 const uint8_t PIN_LIGHT_SENSOR = A2;
                                  ^

examples/play_song

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Leeman_Geophysical_Learning_Shield/examples/play_song/play_song.ino:6:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Leeman_Geophysical_Learning_Shield/src/lglearning.h:10:40: error: 'A1' was not declared in this scope
 const uint8_t PIN_TEMPERATURE_SENSOR = A1;
                                        ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Leeman_Geophysical_Learning_Shield/src/lglearning.h:11:34: error: 'A2' was not declared in this scope
 const uint8_t PIN_LIGHT_SENSOR = A2;
                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Leeman_Geophysical_Learning_Shield/examples/play_song/play_song.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Leeman_Geophysical_Learning_Shield/examples/play_song/play_song.ino:52:52: error: 'tone' was not declared in this scope
     tone(PIN_BUZZER, melody[thisNote], noteDuration);
                                                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Leeman_Geophysical_Learning_Shield/examples/play_song/play_song.ino:59:22: error: 'noTone' was not declared in this scope
     noTone(PIN_BUZZER);
                      ^

examples/shield_test

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Leeman_Geophysical_Learning_Shield/examples/shield_test/shield_test.ino:11:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Leeman_Geophysical_Learning_Shield/src/lglearning.h:10:40: error: 'A1' was not declared in this scope
 const uint8_t PIN_TEMPERATURE_SENSOR = A1;
                                        ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Leeman_Geophysical_Learning_Shield/src/lglearning.h:11:34: error: 'A2' was not declared in this scope
 const uint8_t PIN_LIGHT_SENSOR = A2;
                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Leeman_Geophysical_Learning_Shield/examples/shield_test/shield_test.ino: In function 'void testBuzzer()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Leeman_Geophysical_Learning_Shield/examples/shield_test/shield_test.ino:98:52: error: 'tone' was not declared in this scope
     tone(PIN_BUZZER, melody[thisNote], noteDuration);
                                                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Leeman_Geophysical_Learning_Shield/examples/shield_test/shield_test.ino:105:22: error: 'noTone' was not declared in this scope
     noTone(PIN_BUZZER);
                      ^

examples/temperature_serial

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Leeman_Geophysical_Learning_Shield/examples/temperature_serial/temperature_serial.ino:8:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Leeman_Geophysical_Learning_Shield/src/lglearning.h:10:40: error: 'A1' was not declared in this scope
 const uint8_t PIN_TEMPERATURE_SENSOR = A1;
                                        ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Leeman_Geophysical_Learning_Shield/src/lglearning.h:11:34: error: 'A2' was not declared in this scope
 const uint8_t PIN_LIGHT_SENSOR = A2;
                                  ^