BMP180MI - compatibility matrix

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

BMP180MI

Version: 0.2.0
More details

Compatibility matrix

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

Compilation logs

arduino:avr:uno @ 1.8.4

Inclusion

Result: PASS

Sketch uses 1636 bytes (5%) of program storage space. Maximum is 32256 bytes.
Global variables use 122 bytes (5%) of dynamic memory, leaving 1926 bytes for local variables. Maximum is 2048 bytes.

examples/BMP180_I2C

Result: PASS

Sketch uses 9104 bytes (28%) of program storage space. Maximum is 32256 bytes.
Global variables use 725 bytes (35%) of dynamic memory, leaving 1323 bytes for local variables. Maximum is 2048 bytes.

examples/BMP180_TwoWire

Result: PASS

Sketch uses 9098 bytes (28%) of program storage space. Maximum is 32256 bytes.
Global variables use 725 bytes (35%) of dynamic memory, leaving 1323 bytes for local variables. Maximum is 2048 bytes.

examples/BMP180_otherInterfaces

Result: FAIL

/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/BMP180MI/examples/BMP180_otherInterfaces/BMP180_otherInterfaces.ino: In member function 'virtual bool BMP180Wire1::beginInterface()':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/BMP180MI/examples/BMP180_otherInterfaces/BMP180_otherInterfaces.ino:39:3: error: 'Wire1' was not declared in this scope
   Wire1.begin();
   ^~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/BMP180MI/examples/BMP180_otherInterfaces/BMP180_otherInterfaces.ino:39:3: note: suggested alternative: 'Wire'
   Wire1.begin();
   ^~~~~
   Wire
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/BMP180MI/examples/BMP180_otherInterfaces/BMP180_otherInterfaces.ino: In member function 'virtual uint8_t BMP180Wire1::readRegister(uint8_t)':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/BMP180MI/examples/BMP180_otherInterfaces/BMP180_otherInterfaces.ino:55:3: error: 'Wire1' was not declared in this scope
   Wire1.beginTransmission(address_);
   ^~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/BMP180MI/examples/BMP180_otherInterfaces/BMP180_otherInterfaces.ino:55:3: note: suggested alternative: 'Wire'
   Wire1.beginTransmission(address_);
   ^~~~~
   Wire
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/BMP180MI/examples/BMP180_otherInterfaces/BMP180_otherInterfaces.ino: In member function 'virtual uint32_t BMP180Wire1::readRegisterBurst(uint8_t, uint8_t)':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/BMP180MI/examples/BMP180_otherInterfaces/BMP180_otherInterfaces.ino:81:3: error: 'Wire1' was not declared in this scope
   Wire1.beginTransmission(address_);
   ^~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/BMP180MI/examples/BMP180_otherInterfaces/BMP180_otherInterfaces.ino:81:3: note: suggested alternative: 'Wire'
   Wire1.beginTransmission(address_);
   ^~~~~
   Wire
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/BMP180MI/examples/BMP180_otherInterfaces/BMP180_otherInterfaces.ino: In member function 'virtual void BMP180Wire1::writeRegister(uint8_t, uint8_t)':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/BMP180MI/examples/BMP180_otherInterfaces/BMP180_otherInterfaces.ino:101:3: error: 'Wire1' was not declared in this scope
   Wire1.beginTransmission(address_);
   ^~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/BMP180MI/examples/BMP180_otherInterfaces/BMP180_otherInterfaces.ino:101:3: note: suggested alternative: 'Wire'
   Wire1.beginTransmission(address_);
   ^~~~~
   Wire

arduino:mbed_nano:nanorp2040connect @ 2.7.2

Inclusion

Result: PASS

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

examples/BMP180_I2C

Result: PASS

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

examples/BMP180_TwoWire

Result: PASS

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

examples/BMP180_otherInterfaces

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/BMP180MI/examples/BMP180_otherInterfaces/BMP180_otherInterfaces.ino: In member function 'virtual bool BMP180Wire1::beginInterface()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/BMP180MI/examples/BMP180_otherInterfaces/BMP180_otherInterfaces.ino:39:3: error: 'Wire1' was not declared in this scope
   Wire1.begin();
   ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/BMP180MI/examples/BMP180_otherInterfaces/BMP180_otherInterfaces.ino:39:3: note: suggested alternative: 'Wire'
   Wire1.begin();
   ^~~~~
   Wire
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/BMP180MI/examples/BMP180_otherInterfaces/BMP180_otherInterfaces.ino: In member function 'virtual uint8_t BMP180Wire1::readRegister(uint8_t)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/BMP180MI/examples/BMP180_otherInterfaces/BMP180_otherInterfaces.ino:55:3: error: 'Wire1' was not declared in this scope
   Wire1.beginTransmission(address_);
   ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/BMP180MI/examples/BMP180_otherInterfaces/BMP180_otherInterfaces.ino:55:3: note: suggested alternative: 'Wire'
   Wire1.beginTransmission(address_);
   ^~~~~
   Wire
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/BMP180MI/examples/BMP180_otherInterfaces/BMP180_otherInterfaces.ino: In member function 'virtual uint32_t BMP180Wire1::readRegisterBurst(uint8_t, uint8_t)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/BMP180MI/examples/BMP180_otherInterfaces/BMP180_otherInterfaces.ino:81:3: error: 'Wire1' was not declared in this scope
   Wire1.beginTransmission(address_);
   ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/BMP180MI/examples/BMP180_otherInterfaces/BMP180_otherInterfaces.ino:81:3: note: suggested alternative: 'Wire'
   Wire1.beginTransmission(address_);
   ^~~~~
   Wire
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/BMP180MI/examples/BMP180_otherInterfaces/BMP180_otherInterfaces.ino: In member function 'virtual void BMP180Wire1::writeRegister(uint8_t, uint8_t)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/BMP180MI/examples/BMP180_otherInterfaces/BMP180_otherInterfaces.ino:101:3: error: 'Wire1' was not declared in this scope
   Wire1.beginTransmission(address_);
   ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/BMP180MI/examples/BMP180_otherInterfaces/BMP180_otherInterfaces.ino:101:3: note: suggested alternative: 'Wire'
   Wire1.beginTransmission(address_);
   ^~~~~
   Wire

arduino:megaavr:nona4809 @ 1.8.7

Inclusion

Result: PASS

Sketch uses 3104 bytes (6%) of program storage space. Maximum is 49152 bytes.
Global variables use 317 bytes (5%) of dynamic memory, leaving 5827 bytes for local variables. Maximum is 6144 bytes.

examples/BMP180_I2C

Result: PASS

Sketch uses 9650 bytes (19%) of program storage space. Maximum is 49152 bytes.
Global variables use 535 bytes (8%) of dynamic memory, leaving 5609 bytes for local variables. Maximum is 6144 bytes.

examples/BMP180_TwoWire

Result: PASS

Sketch uses 9644 bytes (19%) of program storage space. Maximum is 49152 bytes.
Global variables use 535 bytes (8%) of dynamic memory, leaving 5609 bytes for local variables. Maximum is 6144 bytes.

examples/BMP180_otherInterfaces

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/BMP180MI/examples/BMP180_otherInterfaces/BMP180_otherInterfaces.ino: In member function 'virtual bool BMP180Wire1::beginInterface()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/BMP180MI/examples/BMP180_otherInterfaces/BMP180_otherInterfaces.ino:39:3: error: 'Wire1' was not declared in this scope
   Wire1.begin();
   ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/BMP180MI/examples/BMP180_otherInterfaces/BMP180_otherInterfaces.ino:39:3: note: suggested alternative: 'Wire'
   Wire1.begin();
   ^~~~~
   Wire
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/BMP180MI/examples/BMP180_otherInterfaces/BMP180_otherInterfaces.ino: In member function 'virtual uint8_t BMP180Wire1::readRegister(uint8_t)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/BMP180MI/examples/BMP180_otherInterfaces/BMP180_otherInterfaces.ino:55:3: error: 'Wire1' was not declared in this scope
   Wire1.beginTransmission(address_);
   ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/BMP180MI/examples/BMP180_otherInterfaces/BMP180_otherInterfaces.ino:55:3: note: suggested alternative: 'Wire'
   Wire1.beginTransmission(address_);
   ^~~~~
   Wire
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/BMP180MI/examples/BMP180_otherInterfaces/BMP180_otherInterfaces.ino: In member function 'virtual uint32_t BMP180Wire1::readRegisterBurst(uint8_t, uint8_t)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/BMP180MI/examples/BMP180_otherInterfaces/BMP180_otherInterfaces.ino:81:3: error: 'Wire1' was not declared in this scope
   Wire1.beginTransmission(address_);
   ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/BMP180MI/examples/BMP180_otherInterfaces/BMP180_otherInterfaces.ino:81:3: note: suggested alternative: 'Wire'
   Wire1.beginTransmission(address_);
   ^~~~~
   Wire
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/BMP180MI/examples/BMP180_otherInterfaces/BMP180_otherInterfaces.ino: In member function 'virtual void BMP180Wire1::writeRegister(uint8_t, uint8_t)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/BMP180MI/examples/BMP180_otherInterfaces/BMP180_otherInterfaces.ino:101:3: error: 'Wire1' was not declared in this scope
   Wire1.beginTransmission(address_);
   ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/BMP180MI/examples/BMP180_otherInterfaces/BMP180_otherInterfaces.ino:101:3: note: suggested alternative: 'Wire'
   Wire1.beginTransmission(address_);
   ^~~~~
   Wire

arduino:samd:mkrwifi1010 @ 1.8.12

Inclusion

Result: PASS

Sketch uses 13588 bytes (5%) of program storage space. Maximum is 262144 bytes.
Global variables use 3568 bytes (10%) of dynamic memory, leaving 29200 bytes for local variables. Maximum is 32768 bytes.

examples/BMP180_I2C

Result: PASS

Sketch uses 24468 bytes (9%) of program storage space. Maximum is 262144 bytes.
Global variables use 3632 bytes (11%) of dynamic memory, leaving 29136 bytes for local variables. Maximum is 32768 bytes.

examples/BMP180_TwoWire

Result: PASS

Sketch uses 24368 bytes (9%) of program storage space. Maximum is 262144 bytes.
Global variables use 3632 bytes (11%) of dynamic memory, leaving 29136 bytes for local variables. Maximum is 32768 bytes.

examples/BMP180_otherInterfaces

Result: FAIL

/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/BMP180MI/examples/BMP180_otherInterfaces/BMP180_otherInterfaces.ino: In member function 'virtual bool BMP180Wire1::beginInterface()':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/BMP180MI/examples/BMP180_otherInterfaces/BMP180_otherInterfaces.ino:39:3: error: 'Wire1' was not declared in this scope
   Wire1.begin();
   ^~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/BMP180MI/examples/BMP180_otherInterfaces/BMP180_otherInterfaces.ino:39:3: note: suggested alternative: 'Wire'
   Wire1.begin();
   ^~~~~
   Wire
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/BMP180MI/examples/BMP180_otherInterfaces/BMP180_otherInterfaces.ino: In member function 'virtual uint8_t BMP180Wire1::readRegister(uint8_t)':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/BMP180MI/examples/BMP180_otherInterfaces/BMP180_otherInterfaces.ino:55:3: error: 'Wire1' was not declared in this scope
   Wire1.beginTransmission(address_);
   ^~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/BMP180MI/examples/BMP180_otherInterfaces/BMP180_otherInterfaces.ino:55:3: note: suggested alternative: 'Wire'
   Wire1.beginTransmission(address_);
   ^~~~~
   Wire
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/BMP180MI/examples/BMP180_otherInterfaces/BMP180_otherInterfaces.ino: In member function 'virtual uint32_t BMP180Wire1::readRegisterBurst(uint8_t, uint8_t)':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/BMP180MI/examples/BMP180_otherInterfaces/BMP180_otherInterfaces.ino:81:3: error: 'Wire1' was not declared in this scope
   Wire1.beginTransmission(address_);
   ^~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/BMP180MI/examples/BMP180_otherInterfaces/BMP180_otherInterfaces.ino:81:3: note: suggested alternative: 'Wire'
   Wire1.beginTransmission(address_);
   ^~~~~
   Wire
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/BMP180MI/examples/BMP180_otherInterfaces/BMP180_otherInterfaces.ino: In member function 'virtual void BMP180Wire1::writeRegister(uint8_t, uint8_t)':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/BMP180MI/examples/BMP180_otherInterfaces/BMP180_otherInterfaces.ino:101:3: error: 'Wire1' was not declared in this scope
   Wire1.beginTransmission(address_);
   ^~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/BMP180MI/examples/BMP180_otherInterfaces/BMP180_otherInterfaces.ino:101:3: note: suggested alternative: 'Wire'
   Wire1.beginTransmission(address_);
   ^~~~~
   Wire

esp32:esp32:d1_mini32 @ 1.0.6

Inclusion

Result: PASS

Sketch uses 202898 bytes (15%) of program storage space. Maximum is 1310720 bytes.
Global variables use 13896 bytes (4%) of dynamic memory, leaving 313784 bytes for local variables. Maximum is 327680 bytes.

examples/BMP180_I2C

Result: PASS

Sketch uses 216038 bytes (16%) of program storage space. Maximum is 1310720 bytes.
Global variables use 14200 bytes (4%) of dynamic memory, leaving 313480 bytes for local variables. Maximum is 327680 bytes.

examples/BMP180_TwoWire

Result: PASS

Sketch uses 215942 bytes (16%) of program storage space. Maximum is 1310720 bytes.
Global variables use 14200 bytes (4%) of dynamic memory, leaving 313480 bytes for local variables. Maximum is 327680 bytes.

examples/BMP180_otherInterfaces

Result: PASS

Sketch uses 215986 bytes (16%) of program storage space. Maximum is 1310720 bytes.
Global variables use 14192 bytes (4%) of dynamic memory, leaving 313488 bytes for local variables. Maximum is 327680 bytes.