MAX3010x Sensor Library - compatibility matrix

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

MAX3010x Sensor Library

Version: 1.0.1
More details

Compatibility matrix

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

Compilation logs

arduino:avr:uno @ 1.8.4

Inclusion

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

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/MAX30100Pulseoximeter

Result: PASS

Sketch uses 5246 bytes (16%) of program storage space. Maximum is 32256 bytes.
Global variables use 434 bytes (21%) of dynamic memory, leaving 1614 bytes for local variables. Maximum is 2048 bytes.

examples/MAX30105PulseoximeterMultiLED

Result: PASS

Sketch uses 5790 bytes (17%) of program storage space. Maximum is 32256 bytes.
Global variables use 461 bytes (22%) of dynamic memory, leaving 1587 bytes for local variables. Maximum is 2048 bytes.

arduino:mbed_nano:nanorp2040connect @ 2.7.2

Inclusion

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX30101.h:8:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x.h:23,
                 from /tmp/arduino-testlib2189873311/test/test.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setMultiLedConfigurationInternal(uint8_t, uint8_t*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:85:12: error: there are no arguments to 'clearFIFO' that depend on a template parameter, so a declaration of 'clearFIFO' must be available [-fpermissive]
     return clearFIFO();
            ^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:85:12: note: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX30101.h:8:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x.h:23,
                 from /tmp/arduino-testlib2189873311/test/test.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setMode(MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::Mode)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:113:9: error: there are no arguments to 'setModeInternal' that depend on a template parameter, so a declaration of 'setModeInternal' must be available [-fpermissive]
     if(!setModeInternal(static_cast<uint8_t>(mode))) return false;
         ^~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setSamplingRate(MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::SamplingRate)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:143:9: error: there are no arguments to 'readByte' that depend on a template parameter, so a declaration of 'readByte' must be available [-fpermissive]
     if(!readByte(SPO2_CFG_REG, cfg)) return false;
         ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:148:12: error: there are no arguments to 'writeByte' that depend on a template parameter, so a declaration of 'writeByte' must be available [-fpermissive]
     return writeByte(SPO2_CFG_REG, cfg);
            ^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setADCRange(MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::ADCRange)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:170:9: error: there are no arguments to 'readByte' that depend on a template parameter, so a declaration of 'readByte' must be available [-fpermissive]
     if(!readByte(SPO2_CFG_REG, cfg)) return false;
         ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:175:12: error: there are no arguments to 'writeByte' that depend on a template parameter, so a declaration of 'writeByte' must be available [-fpermissive]
     return writeByte(SPO2_CFG_REG, cfg);
            ^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setResolution(MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::Resolution)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:197:9: error: there are no arguments to 'readByte' that depend on a template parameter, so a declaration of 'readByte' must be available [-fpermissive]
     if(!readByte(SPO2_CFG_REG, cfg)) return false;
         ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:202:12: error: there are no arguments to 'writeByte' that depend on a template parameter, so a declaration of 'writeByte' must be available [-fpermissive]
     return writeByte(SPO2_CFG_REG, cfg);
            ^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::enableFIFORollover()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:210:12: error: there are no arguments to 'setBit' that depend on a template parameter, so a declaration of 'setBit' must be available [-fpermissive]
     return setBit(FIFO_CFG_REG, FIFO_ROLLOVER_EN_BIT, true);
            ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::disableFIFORollover()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:218:12: error: there are no arguments to 'setBit' that depend on a template parameter, so a declaration of 'setBit' must be available [-fpermissive]
     return setBit(FIFO_CFG_REG, FIFO_ROLLOVER_EN_BIT, false);
            ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setSampleAveraging(MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::SampleAveraging)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:243:9: error: there are no arguments to 'readByte' that depend on a template parameter, so a declaration of 'readByte' must be available [-fpermissive]
     if(!readByte(FIFO_CFG_REG, cfg)) return false;
         ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:248:12: error: there are no arguments to 'writeByte' that depend on a template parameter, so a declaration of 'writeByte' must be available [-fpermissive]
     return writeByte(FIFO_CFG_REG, cfg);
            ^~~~~~~~~

examples/MAX30100Pulseoximeter

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX30101.h:8:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x.h:23,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/examples/MAX30100Pulseoximeter/MAX30100Pulseoximeter.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setMultiLedConfigurationInternal(uint8_t, uint8_t*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:85:12: error: there are no arguments to 'clearFIFO' that depend on a template parameter, so a declaration of 'clearFIFO' must be available [-fpermissive]
     return clearFIFO();
            ^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:85:12: note: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX30101.h:8:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x.h:23,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/examples/MAX30100Pulseoximeter/MAX30100Pulseoximeter.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setMode(MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::Mode)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:113:9: error: there are no arguments to 'setModeInternal' that depend on a template parameter, so a declaration of 'setModeInternal' must be available [-fpermissive]
     if(!setModeInternal(static_cast<uint8_t>(mode))) return false;
         ^~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setSamplingRate(MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::SamplingRate)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:143:9: error: there are no arguments to 'readByte' that depend on a template parameter, so a declaration of 'readByte' must be available [-fpermissive]
     if(!readByte(SPO2_CFG_REG, cfg)) return false;
         ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:148:12: error: there are no arguments to 'writeByte' that depend on a template parameter, so a declaration of 'writeByte' must be available [-fpermissive]
     return writeByte(SPO2_CFG_REG, cfg);
            ^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setADCRange(MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::ADCRange)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:170:9: error: there are no arguments to 'readByte' that depend on a template parameter, so a declaration of 'readByte' must be available [-fpermissive]
     if(!readByte(SPO2_CFG_REG, cfg)) return false;
         ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:175:12: error: there are no arguments to 'writeByte' that depend on a template parameter, so a declaration of 'writeByte' must be available [-fpermissive]
     return writeByte(SPO2_CFG_REG, cfg);
            ^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setResolution(MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::Resolution)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:197:9: error: there are no arguments to 'readByte' that depend on a template parameter, so a declaration of 'readByte' must be available [-fpermissive]
     if(!readByte(SPO2_CFG_REG, cfg)) return false;
         ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:202:12: error: there are no arguments to 'writeByte' that depend on a template parameter, so a declaration of 'writeByte' must be available [-fpermissive]
     return writeByte(SPO2_CFG_REG, cfg);
            ^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::enableFIFORollover()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:210:12: error: there are no arguments to 'setBit' that depend on a template parameter, so a declaration of 'setBit' must be available [-fpermissive]
     return setBit(FIFO_CFG_REG, FIFO_ROLLOVER_EN_BIT, true);
            ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::disableFIFORollover()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:218:12: error: there are no arguments to 'setBit' that depend on a template parameter, so a declaration of 'setBit' must be available [-fpermissive]
     return setBit(FIFO_CFG_REG, FIFO_ROLLOVER_EN_BIT, false);
            ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setSampleAveraging(MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::SampleAveraging)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:243:9: error: there are no arguments to 'readByte' that depend on a template parameter, so a declaration of 'readByte' must be available [-fpermissive]
     if(!readByte(FIFO_CFG_REG, cfg)) return false;
         ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:248:12: error: there are no arguments to 'writeByte' that depend on a template parameter, so a declaration of 'writeByte' must be available [-fpermissive]
     return writeByte(FIFO_CFG_REG, cfg);
            ^~~~~~~~~

examples/MAX30105PulseoximeterMultiLED

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX30101.h:8:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x.h:23,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/examples/MAX30105PulseoximeterMultiLED/MAX30105PulseoximeterMultiLED.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setMultiLedConfigurationInternal(uint8_t, uint8_t*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:85:12: error: there are no arguments to 'clearFIFO' that depend on a template parameter, so a declaration of 'clearFIFO' must be available [-fpermissive]
     return clearFIFO();
            ^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:85:12: note: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX30101.h:8:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x.h:23,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/examples/MAX30105PulseoximeterMultiLED/MAX30105PulseoximeterMultiLED.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setMode(MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::Mode)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:113:9: error: there are no arguments to 'setModeInternal' that depend on a template parameter, so a declaration of 'setModeInternal' must be available [-fpermissive]
     if(!setModeInternal(static_cast<uint8_t>(mode))) return false;
         ^~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setSamplingRate(MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::SamplingRate)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:143:9: error: there are no arguments to 'readByte' that depend on a template parameter, so a declaration of 'readByte' must be available [-fpermissive]
     if(!readByte(SPO2_CFG_REG, cfg)) return false;
         ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:148:12: error: there are no arguments to 'writeByte' that depend on a template parameter, so a declaration of 'writeByte' must be available [-fpermissive]
     return writeByte(SPO2_CFG_REG, cfg);
            ^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setADCRange(MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::ADCRange)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:170:9: error: there are no arguments to 'readByte' that depend on a template parameter, so a declaration of 'readByte' must be available [-fpermissive]
     if(!readByte(SPO2_CFG_REG, cfg)) return false;
         ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:175:12: error: there are no arguments to 'writeByte' that depend on a template parameter, so a declaration of 'writeByte' must be available [-fpermissive]
     return writeByte(SPO2_CFG_REG, cfg);
            ^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setResolution(MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::Resolution)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:197:9: error: there are no arguments to 'readByte' that depend on a template parameter, so a declaration of 'readByte' must be available [-fpermissive]
     if(!readByte(SPO2_CFG_REG, cfg)) return false;
         ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:202:12: error: there are no arguments to 'writeByte' that depend on a template parameter, so a declaration of 'writeByte' must be available [-fpermissive]
     return writeByte(SPO2_CFG_REG, cfg);
            ^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::enableFIFORollover()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:210:12: error: there are no arguments to 'setBit' that depend on a template parameter, so a declaration of 'setBit' must be available [-fpermissive]
     return setBit(FIFO_CFG_REG, FIFO_ROLLOVER_EN_BIT, true);
            ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::disableFIFORollover()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:218:12: error: there are no arguments to 'setBit' that depend on a template parameter, so a declaration of 'setBit' must be available [-fpermissive]
     return setBit(FIFO_CFG_REG, FIFO_ROLLOVER_EN_BIT, false);
            ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setSampleAveraging(MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::SampleAveraging)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:243:9: error: there are no arguments to 'readByte' that depend on a template parameter, so a declaration of 'readByte' must be available [-fpermissive]
     if(!readByte(FIFO_CFG_REG, cfg)) return false;
         ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:248:12: error: there are no arguments to 'writeByte' that depend on a template parameter, so a declaration of 'writeByte' must be available [-fpermissive]
     return writeByte(FIFO_CFG_REG, cfg);
            ^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In instantiation of 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setMode(MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::Mode) [with MAX3010xImpl = MAX30105; MAX3010xSample = MAX30105Sample]':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/examples/MAX30105PulseoximeterMultiLED/MAX30105PulseoximeterMultiLED.ino:16:44:   required from here
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:113:24: error: 'setModeInternal' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
     if(!setModeInternal(static_cast<uint8_t>(mode))) return false;
         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:113:24: note: declarations in dependent base 'MAX3010x<MAX30105, MAX30105Sample>' are not found by unqualified lookup
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:113:24: note: use 'this->setModeInternal' instead

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.
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_core.h:10:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX30100.h:8,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX30100.cpp:5:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_core.h: In instantiation of 'bool MAX3010/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_core.h: In instantiation of 'bool MAX3010x<MAX3010xImpl, MAX3010xSample>::readBlock(uint8_t, uint8_t, uint8_t*) [with MAX3010xImpl = MAX30102; MAX3010xSample = MAX30102Sample; uint8_t = unsigned char]':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_core.h:65:21:   required from 'bool MAX3010x<MAX3010xImpl, MAX3010xSample>::readByte(uint8_t, uint8_t&) [with MAX3010xImpl = MAX30102; MAX3010xSample = MAX30102Sample; uint8_t = unsigned char]'
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:197:17:   required from 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setResolution(MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::Resolution) [with MAX3010xImpl = MAX30102; MAX3010xSample = MAX30102Sample]'
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX30102.cpp:61:44:   required from here
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/libraries/Wire/src/Wire.h:63:12: note: candidate 1: size_t TwoWire::requestFrom(int, int)
     size_t requestFrom(int, int);
            ^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/libraries/Wire/src/Wire.h:61:12: note: candidate 2: virtual size_t TwoWire::requestFrom(uint8_t, size_t)
     size_t requestFrom(uint8_t, size_t);
            ^~~~~~~~~~~

examples/MAX30100Pulseoximeter

Result: PASS

Sketch uses 6205 bytes (12%) of program storage space. Maximum is 49152 bytes.
Global variables use 488 bytes (7%) of dynamic memory, leaving 5656 bytes for local variables. Maximum is 6144 bytes.
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_core.h:10:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX30100.h:8,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x.h:22,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/examples/MAX30100Pulseoximeter/MAX30100Pulseoximeter.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_core.h: In instantiation of 'bool MAX3010x<MAX3010xImpl, MAX3010xSample>::readBlock(uint8_t, uint8_t, uint8_t*) [with MAX3010xImpl = MAX30100; MAX3010xSample = MAX30100Sample; uint8_t = unsigned char]':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_core.h:371:20:   required from 'MAX3010xSample MAX3010x<MAX3010xImpl, MAX3010xSample>::readSample(int) [with MAX3010xImpl = MAX30100; MAX3010xSample = MAX30100Sample]'
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/examples/MAX30100Pulseoximeter/MAX30100Pulseoximeter.ino:18:39:   required from here
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/libraries/Wire/src/Wire.h:63:12: note: candidate 1: size_t TwoWire::requestFrom(int, int)
     size_t requestFrom(int, int);
            ^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/libraries/Wire/src/Wire.h:61:12: note: candidate 2: virtual size_t TwoWire::requestFrom(uint8_t, size_t)
     size_t requestFrom(uint8_t, size_t);
            ^~~~~~~~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_core.h:10:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX30100.h:8,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX30100.cpp:5:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_core.h: In instantiation of 'bool MAX3010x<MAX3010xImpl, MAX3010xSample>::readBlock(uint8_t, uint8_t, uint8_t*) [with MAX3010xImpl = MAX30100; MAX3010xSample = MAX30100Sample; uint8_t = unsigned char]':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_core.h:65:21:   required from 'bool MAX3010x<MAX3010xImpl, MAX3010xSample>::readByte(uint8_t, uint8_t&) [with MAX3010xImpl = MAX30100; MAX3010xSample = MAX30100Sample; uint8_t = unsigned char]'
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX30100.cpp:93:32:   required from here
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/libraries/Wire/src/Wire.h:63:12: note: candidate 1: size_t TwoWire::requestFrom(int, int)
     size_t requestFrom(int, int);
            ^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/libraries/Wire/src/Wire.h:61:12: note: candidate 2: virtual size_t TwoWire::requestFrom(uint8_t, size_t)
     size_t requestFrom(uint8_t, size_t);
            ^~~~~~~~~~~
�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������/home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/libraries/Wire/src/Wire.h:61:12: note: candidate 2: virtual size_t TwoWire::requestFrom(uint8_t, size_t)
     size_t requestFrom(uint8_t, size_t);
            ^~~~~~~~~~~

examples/MAX30105PulseoximeterMultiLED

Result: PASS

Sketch uses 6726 bytes (13%) of program storage space. Maximum is 49152 bytes.
Global variables use 499 bytes (8%) of dynamic memory, leaving 5645 bytes for local variables. Maximum is 6144 bytes.
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_core.h:10:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX30100.h:8,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x.h:22,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/examples/MAX30105PulseoximeterMultiLED/MAX30105PulseoximeterMultiLED.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_core.h: In instantiation of 'bool MAX3010x<MAX3010xImpl, MAX3010xSample>::readBlock(uint8_t, uint8_t, uint8_t*) [with MAX3010xImpl = MAX30105; MAX3010xSample = MAX30105Sample; uint8_t = unsigned char]':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_core.h:371:20:   required from 'MAX3010xSample MAX3010x<MAX3010xImpl, MAX3010xSample>::readSample(int) [with MAX3010xImpl = MAX30105; MAX3010xSample = MAX30105Sample]'
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/examples/MAX30105PulseoximeterMultiLED/MAX30105PulseoximeterMultiLED.ino:26:39:   required from here
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/libraries/Wire/src/Wire.h:63:12: note: candidate 1: size_t TwoWire::requestFrom(int, int)
     size_t requestFrom(int, int);
            ^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/libraries/Wire/src/Wire.h:61:12: note: candidate 2: virtual size_t TwoWire::requestFrom(uint8_t, size_t)
     size_t requestFrom(uint8_t, size_t);
            ^~~~~~~~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_core.h:10:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX30100.h:8,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX30100.cpp:5:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_core.h: In instantiation of 'bool MAX3010x<MAX3010xImpl, MAX3010xSample>::readBlock(uint8_t, uint8_t, uint8_t*) [with MAX3010xImpl = MAX30100; MAX3010xSample = MAX30100Sample; uint8_t = unsigned char]':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_core.h:65:21:   required from 'bool MAX3010x<MAX3010xImpl, MAX3010xSample>::readByte(uint8_t, uint8_t&) [with MAX3010xImpl = MAX30100; MAX3010xSample = MAX30100Sample; uint8_t = unsigned char]'
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX30100.cpp:93:32:   required from here
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/libraries/Wire/src/Wire.h:63:12: note: candidate 1: size_t TwoWire::requestFrom(int, int)
     size_t requestFrom(int, int);
            ^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/libraries/Wire/src/Wire.h:61:12: note: candidate 2: virtual size_t TwoWire::requestFrom(uint8_t, size_t)
     size_t requestFrom(uint8_t, size_t);
            ^~~~~~~~~~~
�����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������~
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/libraries/Wire/src/Wire.h:61:12: note: candidate 2: virtual size_t TwoWire::requestFrom(uint8_t, size_t)
     size_t requestFrom(uint8_t, size_t);
            ^~~~~~~~~~~

arduino:samd:mkrwifi1010 @ 1.8.12

Inclusion

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

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX30101.h:8:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x.h:23,
                 from /tmp/arduino-testlib1598474920/test/test.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setMultiLedConfigurationInternal(uint8_t, uint8_t*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:85:12: error: there are no arguments to 'clearFIFO' that depend on a template parameter, so a declaration of 'clearFIFO' must be available [-fpermissive]
     return clearFIFO();
            ^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:85:12: note: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX30101.h:8:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x.h:23,
                 from /tmp/arduino-testlib1598474920/test/test.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setMode(MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::Mode)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:113:9: error: there are no arguments to 'setModeInternal' that depend on a template parameter, so a declaration of 'setModeInternal' must be available [-fpermissive]
     if(!setModeInternal(static_cast<uint8_t>(mode))) return false;
         ^~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setSamplingRate(MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::SamplingRate)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:143:9: error: there are no arguments to 'readByte' that depend on a template parameter, so a declaration of 'readByte' must be available [-fpermissive]
     if(!readByte(SPO2_CFG_REG, cfg)) return false;
         ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:148:12: error: there are no arguments to 'writeByte' that depend on a template parameter, so a declaration of 'writeByte' must be available [-fpermissive]
     return writeByte(SPO2_CFG_REG, cfg);
            ^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setADCRange(MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::ADCRange)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:170:9: error: there are no arguments to 'readByte' that depend on a template parameter, so a declaration of 'readByte' must be available [-fpermissive]
     if(!readByte(SPO2_CFG_REG, cfg)) return false;
         ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:175:12: error: there are no arguments to 'writeByte' that depend on a template parameter, so a declaration of 'writeByte' must be available [-fpermissive]
     return writeByte(SPO2_CFG_REG, cfg);
            ^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setResolution(MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::Resolution)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:197:9: error: there are no arguments to 'readByte' that depend on a template parameter, so a declaration of 'readByte' must be available [-fpermissive]
     if(!readByte(SPO2_CFG_REG, cfg)) return false;
         ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:202:12: error: there are no arguments to 'writeByte' that depend on a template parameter, so a declaration of 'writeByte' must be available [-fpermissive]
     return writeByte(SPO2_CFG_REG, cfg);
            ^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::enableFIFORollover()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:210:12: error: there are no arguments to 'setBit' that depend on a template parameter, so a declaration of 'setBit' must be available [-fpermissive]
     return setBit(FIFO_CFG_REG, FIFO_ROLLOVER_EN_BIT, true);
            ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::disableFIFORollover()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:218:12: error: there are no arguments to 'setBit' that depend on a template parameter, so a declaration of 'setBit' must be available [-fpermissive]
     return setBit(FIFO_CFG_REG, FIFO_ROLLOVER_EN_BIT, false);
            ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setSampleAveraging(MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::SampleAveraging)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:243:9: error: there are no arguments to 'readByte' that depend on a template parameter, so a declaration of 'readByte' must be available [-fpermissive]
     if(!readByte(FIFO_CFG_REG, cfg)) return false;
         ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:248:12: error: there are no arguments to 'writeByte' that depend on a template parameter, so a declaration of 'writeByte' must be available [-fpermissive]
     return writeByte(FIFO_CFG_REG, cfg);
            ^~~~~~~~~

examples/MAX30100Pulseoximeter

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX30101.h:8:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x.h:23,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/examples/MAX30100Pulseoximeter/MAX30100Pulseoximeter.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setMultiLedConfigurationInternal(uint8_t, uint8_t*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:85:12: error: there are no arguments to 'clearFIFO' that depend on a template parameter, so a declaration of 'clearFIFO' must be available [-fpermissive]
     return clearFIFO();
            ^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:85:12: note: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX30101.h:8:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x.h:23,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/examples/MAX30100Pulseoximeter/MAX30100Pulseoximeter.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setMode(MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::Mode)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:113:9: error: there are no arguments to 'setModeInternal' that depend on a template parameter, so a declaration of 'setModeInternal' must be available [-fpermissive]
     if(!setModeInternal(static_cast<uint8_t>(mode))) return false;
         ^~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setSamplingRate(MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::SamplingRate)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:143:9: error: there are no arguments to 'readByte' that depend on a template parameter, so a declaration of 'readByte' must be available [-fpermissive]
     if(!readByte(SPO2_CFG_REG, cfg)) return false;
         ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:148:12: error: there are no arguments to 'writeByte' that depend on a template parameter, so a declaration of 'writeByte' must be available [-fpermissive]
     return writeByte(SPO2_CFG_REG, cfg);
            ^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setADCRange(MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::ADCRange)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:170:9: error: there are no arguments to 'readByte' that depend on a template parameter, so a declaration of 'readByte' must be available [-fpermissive]
     if(!readByte(SPO2_CFG_REG, cfg)) return false;
         ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:175:12: error: there are no arguments to 'writeByte' that depend on a template parameter, so a declaration of 'writeByte' must be available [-fpermissive]
     return writeByte(SPO2_CFG_REG, cfg);
            ^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setResolution(MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::Resolution)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:197:9: error: there are no arguments to 'readByte' that depend on a template parameter, so a declaration of 'readByte' must be available [-fpermissive]
     if(!readByte(SPO2_CFG_REG, cfg)) return false;
         ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:202:12: error: there are no arguments to 'writeByte' that depend on a template parameter, so a declaration of 'writeByte' must be available [-fpermissive]
     return writeByte(SPO2_CFG_REG, cfg);
            ^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::enableFIFORollover()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:210:12: error: there are no arguments to 'setBit' that depend on a template parameter, so a declaration of 'setBit' must be available [-fpermissive]
     return setBit(FIFO_CFG_REG, FIFO_ROLLOVER_EN_BIT, true);
            ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::disableFIFORollover()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:218:12: error: there are no arguments to 'setBit' that depend on a template parameter, so a declaration of 'setBit' must be available [-fpermissive]
     return setBit(FIFO_CFG_REG, FIFO_ROLLOVER_EN_BIT, false);
            ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setSampleAveraging(MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::SampleAveraging)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:243:9: error: there are no arguments to 'readByte' that depend on a template parameter, so a declaration of 'readByte' must be available [-fpermissive]
     if(!readByte(FIFO_CFG_REG, cfg)) return false;
         ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:248:12: error: there are no arguments to 'writeByte' that depend on a template parameter, so a declaration of 'writeByte' must be available [-fpermissive]
     return writeByte(FIFO_CFG_REG, cfg);
            ^~~~~~~~~

examples/MAX30105PulseoximeterMultiLED

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX30101.h:8:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x.h:23,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/examples/MAX30105PulseoximeterMultiLED/MAX30105PulseoximeterMultiLED.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setMultiLedConfigurationInternal(uint8_t, uint8_t*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:85:12: error: there are no arguments to 'clearFIFO' that depend on a template parameter, so a declaration of 'clearFIFO' must be available [-fpermissive]
     return clearFIFO();
            ^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:85:12: note: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX30101.h:8:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x.h:23,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/examples/MAX30105PulseoximeterMultiLED/MAX30105PulseoximeterMultiLED.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setMode(MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::Mode)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:113:9: error: there are no arguments to 'setModeInternal' that depend on a template parameter, so a declaration of 'setModeInternal' must be available [-fpermissive]
     if(!setModeInternal(static_cast<uint8_t>(mode))) return false;
         ^~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setSamplingRate(MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::SamplingRate)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:143:9: error: there are no arguments to 'readByte' that depend on a template parameter, so a declaration of 'readByte' must be available [-fpermissive]
     if(!readByte(SPO2_CFG_REG, cfg)) return false;
         ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:148:12: error: there are no arguments to 'writeByte' that depend on a template parameter, so a declaration of 'writeByte' must be available [-fpermissive]
     return writeByte(SPO2_CFG_REG, cfg);
            ^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setADCRange(MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::ADCRange)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:170:9: error: there are no arguments to 'readByte' that depend on a template parameter, so a declaration of 'readByte' must be available [-fpermissive]
     if(!readByte(SPO2_CFG_REG, cfg)) return false;
         ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:175:12: error: there are no arguments to 'writeByte' that depend on a template parameter, so a declaration of 'writeByte' must be available [-fpermissive]
     return writeByte(SPO2_CFG_REG, cfg);
            ^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setResolution(MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::Resolution)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:197:9: error: there are no arguments to 'readByte' that depend on a template parameter, so a declaration of 'readByte' must be available [-fpermissive]
     if(!readByte(SPO2_CFG_REG, cfg)) return false;
         ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:202:12: error: there are no arguments to 'writeByte' that depend on a template parameter, so a declaration of 'writeByte' must be available [-fpermissive]
     return writeByte(SPO2_CFG_REG, cfg);
            ^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::enableFIFORollover()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:210:12: error: there are no arguments to 'setBit' that depend on a template parameter, so a declaration of 'setBit' must be available [-fpermissive]
     return setBit(FIFO_CFG_REG, FIFO_ROLLOVER_EN_BIT, true);
            ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::disableFIFORollover()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:218:12: error: there are no arguments to 'setBit' that depend on a template parameter, so a declaration of 'setBit' must be available [-fpermissive]
     return setBit(FIFO_CFG_REG, FIFO_ROLLOVER_EN_BIT, false);
            ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setSampleAveraging(MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::SampleAveraging)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:243:9: error: there are no arguments to 'readByte' that depend on a template parameter, so a declaration of 'readByte' must be available [-fpermissive]
     if(!readByte(FIFO_CFG_REG, cfg)) return false;
         ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:248:12: error: there are no arguments to 'writeByte' that depend on a template parameter, so a declaration of 'writeByte' must be available [-fpermissive]
     return writeByte(FIFO_CFG_REG, cfg);
            ^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In instantiation of 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setMode(MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::Mode) [with MAX3010xImpl = MAX30105; MAX3010xSample = MAX30105Sample]':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/examples/MAX30105PulseoximeterMultiLED/MAX30105PulseoximeterMultiLED.ino:16:44:   required from here
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:113:24: error: 'setModeInternal' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
     if(!setModeInternal(static_cast<uint8_t>(mode))) return false;
         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:113:24: note: declarations in dependent base 'MAX3010x<MAX30105, MAX30105Sample>' are not found by unqualified lookup
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:113:24: note: use 'this->setModeInternal' instead

esp32:esp32:d1_mini32 @ 1.0.6

Inclusion

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX30101.h:8:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x.h:23,
                 from /tmp/arduino-testlib3491904118/test/test.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setMultiLedConfigurationInternal(uint8_t, uint8_t*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:85:22: error: there are no arguments to 'clearFIFO' that depend on a template parameter, so a declaration of 'clearFIFO' must be available [-fpermissive]
     return clearFIFO();
                      ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:85:22: note: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX30101.h:8:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x.h:23,
                 from /tmp/arduino-testlib3491904118/test/test.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setMode(MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::Mode)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:113:51: error: there are no arguments to 'setModeInternal' that depend on a template parameter, so a declaration of 'setModeInternal' must be available [-fpermissive]
     if(!setModeInternal(static_cast<uint8_t>(mode))) return false;
                                                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setSamplingRate(MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::SamplingRate)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:143:35: error: there are no arguments to 'readByte' that depend on a template parameter, so a declaration of 'readByte' must be available [-fpermissive]
     if(!readByte(SPO2_CFG_REG, cfg)) return false;
                                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:148:39: error: there are no arguments to 'writeByte' that depend on a template parameter, so a declaration of 'writeByte' must be available [-fpermissive]
     return writeByte(SPO2_CFG_REG, cfg);
                                       ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setADCRange(MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::ADCRange)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:170:35: error: there are no arguments to 'readByte' that depend on a template parameter, so a declaration of 'readByte' must be available [-fpermissive]
     if(!readByte(SPO2_CFG_REG, cfg)) return false;
                                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:175:39: error: there are no arguments to 'writeByte' that depend on a template parameter, so a declaration of 'writeByte' must be available [-fpermissive]
     return writeByte(SPO2_CFG_REG, cfg);
                                       ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setResolution(MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::Resolution)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:197:35: error: there are no arguments to 'readByte' that depend on a template parameter, so a declaration of 'readByte' must be available [-fpermissive]
     if(!readByte(SPO2_CFG_REG, cfg)) return false;
                                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:202:39: error: there are no arguments to 'writeByte' that depend on a template parameter, so a declaration of 'writeByte' must be available [-fpermissive]
     return writeByte(SPO2_CFG_REG, cfg);
                                       ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::enableFIFORollover()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:210:59: error: there are no arguments to 'setBit' that depend on a template parameter, so a declaration of 'setBit' must be available [-fpermissive]
     return setBit(FIFO_CFG_REG, FIFO_ROLLOVER_EN_BIT, true);
                                                           ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::disableFIFORollover()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:218:60: error: there are no arguments to 'setBit' that depend on a template parameter, so a declaration of 'setBit' must be available [-fpermissive]
     return setBit(FIFO_CFG_REG, FIFO_ROLLOVER_EN_BIT, false);
                                                            ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setSampleAveraging(MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::SampleAveraging)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:243:35: error: there are no arguments to 'readByte' that depend on a template parameter, so a declaration of 'readByte' must be available [-fpermissive]
     if(!readByte(FIFO_CFG_REG, cfg)) return false;
                                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:248:39: error: there are no arguments to 'writeByte' that depend on a template parameter, so a declaration of 'writeByte' must be available [-fpermissive]
     return writeByte(FIFO_CFG_REG, cfg);
                                       ^

examples/MAX30100Pulseoximeter

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX30101.h:8:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x.h:23,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/examples/MAX30100Pulseoximeter/MAX30100Pulseoximeter.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setMultiLedConfigurationInternal(uint8_t, uint8_t*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:85:22: error: there are no arguments to 'clearFIFO' that depend on a template parameter, so a declaration of 'clearFIFO' must be available [-fpermissive]
     return clearFIFO();
                      ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:85:22: note: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX30101.h:8:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x.h:23,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/examples/MAX30100Pulseoximeter/MAX30100Pulseoximeter.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setMode(MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::Mode)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:113:51: error: there are no arguments to 'setModeInternal' that depend on a template parameter, so a declaration of 'setModeInternal' must be available [-fpermissive]
     if(!setModeInternal(static_cast<uint8_t>(mode))) return false;
                                                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setSamplingRate(MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::SamplingRate)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:143:35: error: there are no arguments to 'readByte' that depend on a template parameter, so a declaration of 'readByte' must be available [-fpermissive]
     if(!readByte(SPO2_CFG_REG, cfg)) return false;
                                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:148:39: error: there are no arguments to 'writeByte' that depend on a template parameter, so a declaration of 'writeByte' must be available [-fpermissive]
     return writeByte(SPO2_CFG_REG, cfg);
                                       ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setADCRange(MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::ADCRange)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:170:35: error: there are no arguments to 'readByte' that depend on a template parameter, so a declaration of 'readByte' must be available [-fpermissive]
     if(!readByte(SPO2_CFG_REG, cfg)) return false;
                                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:175:39: error: there are no arguments to 'writeByte' that depend on a template parameter, so a declaration of 'writeByte' must be available [-fpermissive]
     return writeByte(SPO2_CFG_REG, cfg);
                                       ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setResolution(MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::Resolution)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:197:35: error: there are no arguments to 'readByte' that depend on a template parameter, so a declaration of 'readByte' must be available [-fpermissive]
     if(!readByte(SPO2_CFG_REG, cfg)) return false;
                                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:202:39: error: there are no arguments to 'writeByte' that depend on a template parameter, so a declaration of 'writeByte' must be available [-fpermissive]
     return writeByte(SPO2_CFG_REG, cfg);
                                       ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::enableFIFORollover()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:210:59: error: there are no arguments to 'setBit' that depend on a template parameter, so a declaration of 'setBit' must be available [-fpermissive]
     return setBit(FIFO_CFG_REG, FIFO_ROLLOVER_EN_BIT, true);
                                                           ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::disableFIFORollover()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:218:60: error: there are no arguments to 'setBit' that depend on a template parameter, so a declaration of 'setBit' must be available [-fpermissive]
     return setBit(FIFO_CFG_REG, FIFO_ROLLOVER_EN_BIT, false);
                                                            ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setSampleAveraging(MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::SampleAveraging)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:243:35: error: there are no arguments to 'readByte' that depend on a template parameter, so a declaration of 'readByte' must be available [-fpermissive]
     if(!readByte(FIFO_CFG_REG, cfg)) return false;
                                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:248:39: error: there are no arguments to 'writeByte' that depend on a template parameter, so a declaration of 'writeByte' must be available [-fpermissive]
     return writeByte(FIFO_CFG_REG, cfg);
                                       ^

examples/MAX30105PulseoximeterMultiLED

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX30101.h:8:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x.h:23,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/examples/MAX30105PulseoximeterMultiLED/MAX30105PulseoximeterMultiLED.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setMultiLedConfigurationInternal(uint8_t, uint8_t*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:85:22: error: there are no arguments to 'clearFIFO' that depend on a template parameter, so a declaration of 'clearFIFO' must be available [-fpermissive]
     return clearFIFO();
                      ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:85:22: note: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX30101.h:8:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x.h:23,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/examples/MAX30105PulseoximeterMultiLED/MAX30105PulseoximeterMultiLED.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setMode(MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::Mode)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:113:51: error: there are no arguments to 'setModeInternal' that depend on a template parameter, so a declaration of 'setModeInternal' must be available [-fpermissive]
     if(!setModeInternal(static_cast<uint8_t>(mode))) return false;
                                                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setSamplingRate(MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::SamplingRate)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:143:35: error: there are no arguments to 'readByte' that depend on a template parameter, so a declaration of 'readByte' must be available [-fpermissive]
     if(!readByte(SPO2_CFG_REG, cfg)) return false;
                                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:148:39: error: there are no arguments to 'writeByte' that depend on a template parameter, so a declaration of 'writeByte' must be available [-fpermissive]
     return writeByte(SPO2_CFG_REG, cfg);
                                       ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setADCRange(MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::ADCRange)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:170:35: error: there are no arguments to 'readByte' that depend on a template parameter, so a declaration of 'readByte' must be available [-fpermissive]
     if(!readByte(SPO2_CFG_REG, cfg)) return false;
                                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:175:39: error: there are no arguments to 'writeByte' that depend on a template parameter, so a declaration of 'writeByte' must be available [-fpermissive]
     return writeByte(SPO2_CFG_REG, cfg);
                                       ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setResolution(MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::Resolution)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:197:35: error: there are no arguments to 'readByte' that depend on a template parameter, so a declaration of 'readByte' must be available [-fpermissive]
     if(!readByte(SPO2_CFG_REG, cfg)) return false;
                                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:202:39: error: there are no arguments to 'writeByte' that depend on a template parameter, so a declaration of 'writeByte' must be available [-fpermissive]
     return writeByte(SPO2_CFG_REG, cfg);
                                       ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::enableFIFORollover()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:210:59: error: there are no arguments to 'setBit' that depend on a template parameter, so a declaration of 'setBit' must be available [-fpermissive]
     return setBit(FIFO_CFG_REG, FIFO_ROLLOVER_EN_BIT, true);
                                                           ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::disableFIFORollover()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:218:60: error: there are no arguments to 'setBit' that depend on a template parameter, so a declaration of 'setBit' must be available [-fpermissive]
     return setBit(FIFO_CFG_REG, FIFO_ROLLOVER_EN_BIT, false);
                                                            ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In member function 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setSampleAveraging(MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::SampleAveraging)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:243:35: error: there are no arguments to 'readByte' that depend on a template parameter, so a declaration of 'readByte' must be available [-fpermissive]
     if(!readByte(FIFO_CFG_REG, cfg)) return false;
                                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:248:39: error: there are no arguments to 'writeByte' that depend on a template parameter, so a declaration of 'writeByte' must be available [-fpermissive]
     return writeByte(FIFO_CFG_REG, cfg);
                                       ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h: In instantiation of 'bool MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::setMode(MAX3010xMultiLed<MAX3010xImpl, MAX3010xSample>::Mode) [with MAX3010xImpl = MAX30105; MAX3010xSample = MAX30105Sample]':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/examples/MAX30105PulseoximeterMultiLED/MAX30105PulseoximeterMultiLED.ino:16:44:   required from here
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:113:24: error: 'setModeInternal' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
     if(!setModeInternal(static_cast<uint8_t>(mode))) return false;
                        ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:113:24: note: declarations in dependent base 'MAX3010x<MAX30105, MAX30105Sample>' are not found by unqualified lookup
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:113:24: note: use 'this->setModeInternal' instead