This report was generated on Wednesday, 23-Feb-22 22:48:15 CET using arduino-testlib.
Version: 1.1.4
More details
Board | Claims compatibility | Inclusion | Example10_Temperature_Sense_Async |
Example2_Presence_Sensing |
Example3_Temperature_Sense |
Example4_HeartBeat_Plotter |
Example6_FIFO_Readings |
Example9_RateTesting |
EmotiBit_Example1_Basic_Readings |
Example1_Basic_Readings |
Example5_HeartRate |
Example7_Basic_Readings_Interrupts |
Example8_SPO2 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
arduino:avr:uno
1.8.4 |
Yes | PASS | FAIL | FAIL | PASS | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS | PASS |
arduino:mbed_nano:nanorp2040connect
2.7.2 |
Yes | PASS | FAIL | PASS | PASS | PASS | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
arduino:megaavr:nona4809
1.8.7 |
Yes | PASS | FAIL | PASS | FAIL | PASS | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
arduino:samd:mkrwifi1010
1.8.12 |
Yes | PASS | FAIL | PASS | PASS | PASS | PASS | FAIL | PASS | FAIL | PASS | PASS | PASS |
esp32:esp32:d1_mini32
1.0.6 |
Yes | PASS | FAIL | FAIL | PASS | PASS | FAIL | PASS | FAIL | FAIL | PASS | PASS | PASS |
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.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/EmotiBit_Example1_Basic_Readings/EmotiBit_Example1_Basic_Readings.ino:13:17: error: 'sercom1' was not declared in this scope TwoWire myWire(&sercom1, 11, 13); ^~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/EmotiBit_Example1_Basic_Readings/EmotiBit_Example1_Basic_Readings.ino:13:17: note: suggested alternative: 'strcoll' TwoWire myWire(&sercom1, 11, 13); ^~~~~~~ strcoll /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/EmotiBit_Example1_Basic_Readings/EmotiBit_Example1_Basic_Readings.ino: In function 'void setup()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/EmotiBit_Example1_Basic_Readings/EmotiBit_Example1_Basic_Readings.ino:27:21: error: 'PIO_SERCOM' was not declared in this scope pinPeripheral(11, PIO_SERCOM); ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/EmotiBit_Example1_Basic_Readings/EmotiBit_Example1_Basic_Readings.ino:27:3: error: 'pinPeripheral' was not declared in this scope pinPeripheral(11, PIO_SERCOM); ^~~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/EmotiBit_Example1_Basic_Readings/EmotiBit_Example1_Basic_Readings.ino:32:34: error: no matching function for call to 'MAX30105::begin(TwoWire&)' if (particleSensor.begin(myWire) == false) ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:9:0, from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX30105.h:8, from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/EmotiBit_Example1_Basic_Readings/EmotiBit_Example1_Basic_Readings.ino:10: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_core.h:193:8: note: candidate: bool MAX3010x<MAX3010xImpl, MAX3010xSample>::begin() [with MAX3010xImpl = MAX30105; MAX3010xSample = MAX30105Sample] bool begin() { ^~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_core.h:193:8: note: candidate expects 0 arguments, 1 provided /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/EmotiBit_Example1_Basic_Readings/EmotiBit_Example1_Basic_Readings.ino:43:18: error: 'class MAX30105' has no member named 'setup'; did you mean 'setBit'? particleSensor.setup(); //Configure sensor. Use 6.4mA for LED drive ^~~~~ setBit /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/EmotiBit_Example1_Basic_Readings/EmotiBit_Example1_Basic_Readings.ino: In function 'void loop()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/EmotiBit_Example1_Basic_Readings/EmotiBit_Example1_Basic_Readings.ino:49:30: error: 'class MAX30105' has no member named 'getRed' debug.print(particleSensor.getRed()); Serial.print("\t"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/EmotiBit_Example1_Basic_Readings/EmotiBit_Example1_Basic_Readings.ino:51:30: error: 'class MAX30105' has no member named 'getIR' debug.print(particleSensor.getIR()); ^~~~~ Multiple libraries were found for "MAX30105.h" Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101 Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_MAX3010x_Pulse_and_Proximity_Sensor_Library
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_FeatherWing/AdcCorrection.cpp:1:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_FeatherWing/AdcCorrection.h:70:10: fatal error: SAMD_AnalogCorrection.h: No such file or directory #include "SAMD_AnalogCorrection.h" ^~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. Multiple libraries were found for "MAX30105.h" Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_MAX3010x_Pulse_and_Proximity_Sensor_Library Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101 Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library Multiple libraries were found for "SdFat.h" Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SdFat Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/InkplateLibrary Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SdFat_-_Adafruit_Fork Multiple libraries were found for "SparkFun_External_EEPROM.h" Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_External_EEPROM_Arduino_Library Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_External_EEPROM
Result: PASS
Sketch uses 5796 bytes (17%) of program storage space. Maximum is 32256 bytes. Global variables use 555 bytes (27%) of dynamic memory, leaving 1493 bytes for local variables. Maximum is 2048 bytes.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example2_Presence_Sensing/Example2_Presence_Sensing.ino: In function 'void setup()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example2_Presence_Sensing/Example2_Presence_Sensing.ino:37:34: error: 'I2C_SPEED_FAST' was not declared in this scope if (particleSensor.begin(Wire, I2C_SPEED_FAST) == false) //Use default I2C port, 400kHz speed ^~~~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example2_Presence_Sensing/Example2_Presence_Sensing.ino:51:18: error: 'class MAX30105' has no member named 'setup'; did you mean 'setBit'? particleSensor.setup(ledBrightness, sampleAverage, ledMode, sampleRate, pulseWidth, adcRange); //Configure sensor with these settings ^~~~~ setBit /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example2_Presence_Sensing/Example2_Presence_Sensing.ino:53:18: error: 'class MAX30105' has no member named 'setPulseAmplitudeRed' particleSensor.setPulseAmplitudeRed(0); //Turn off Red LED ^~~~~~~~~~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example2_Presence_Sensing/Example2_Presence_Sensing.ino:54:18: error: 'class MAX30105' has no member named 'setPulseAmplitudeGreen' particleSensor.setPulseAmplitudeGreen(0); //Turn off Green LED ^~~~~~~~~~~~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example2_Presence_Sensing/Example2_Presence_Sensing.ino:60:38: error: 'class MAX30105' has no member named 'getIR' unblockedValue += particleSensor.getIR(); //Read the IR value ^~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example2_Presence_Sensing/Example2_Presence_Sensing.ino: In function 'void loop()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example2_Presence_Sensing/Example2_Presence_Sensing.ino:72:31: error: 'class MAX30105' has no member named 'getIR' Serial.print(particleSensor.getIR()); ^~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example2_Presence_Sensing/Example2_Presence_Sensing.ino:77:38: error: 'class MAX30105' has no member named 'getIR' long currentDelta = particleSensor.getIR() - unblockedValue; ^~~~~ Multiple libraries were found for "MAX30105.h" Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_MAX3010x_Pulse_and_Proximity_Sensor_Library Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101
Result: PASS
Sketch uses 6700 bytes (20%) of program storage space. Maximum is 32256 bytes. Global variables use 563 bytes (27%) of dynamic memory, leaving 1485 bytes for local variables. Maximum is 2048 bytes.
Result: PASS
Sketch uses 5894 bytes (18%) of program storage space. Maximum is 32256 bytes. Global variables use 527 bytes (25%) of dynamic memory, leaving 1521 bytes for local variables. Maximum is 2048 bytes.
Result: PASS
Sketch uses 8176 bytes (25%) of program storage space. Maximum is 32256 bytes. Global variables use 749 bytes (36%) of dynamic memory, leaving 1299 bytes for local variables. Maximum is 2048 bytes.
Result: PASS
Sketch uses 7284 bytes (22%) of program storage space. Maximum is 32256 bytes. Global variables use 565 bytes (27%) of dynamic memory, leaving 1483 bytes for local variables. Maximum is 2048 bytes.
Result: PASS
Sketch uses 7740 bytes (23%) of program storage space. Maximum is 32256 bytes. Global variables use 579 bytes (28%) of dynamic memory, leaving 1469 bytes for local variables. Maximum is 2048 bytes.
Result: PASS
Sketch uses 10296 bytes (31%) of program storage space. Maximum is 32256 bytes. Global variables use 1857 bytes (90%) of dynamic memory, leaving 191 bytes for local variables. Maximum is 2048 bytes. Low memory available, stability problems may occur.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example9_RateTesting/Example9_RateTesting.ino: In function 'void setup()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example9_RateTesting/Example9_RateTesting.ino:49:34: error: 'I2C_SPEED_FAST' was not declared in this scope if (particleSensor.begin(Wire, I2C_SPEED_FAST) == false) //Use default I2C port, 400kHz speed ^~~~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example9_RateTesting/Example9_RateTesting.ino:63:18: error: 'class MAX30105' has no member named 'setup'; did you mean 'setBit'? particleSensor.setup(ledBrightness, sampleAverage, ledMode, sampleRate, pulseWidth, adcRange); //Configure sensor with these settings ^~~~~ setBit /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example9_RateTesting/Example9_RateTesting.ino: In function 'void loop()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example9_RateTesting/Example9_RateTesting.ino:73:20: error: 'class MAX30105' has no member named 'check' particleSensor.check(); //Check the sensor, read up to 3 samples ^~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example9_RateTesting/Example9_RateTesting.ino:77:22: error: 'class MAX30105' has no member named 'getFIFOIR' particleSensor.getFIFOIR(); ^~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example9_RateTesting/Example9_RateTesting.ino:78:22: error: 'class MAX30105' has no member named 'nextSample'; did you mean 'readSample'? particleSensor.nextSample(); //We're finished with this sample so move to next sample ^~~~~~~~~~ readSample Multiple libraries were found for "MAX30105.h" Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_MAX3010x_Pulse_and_Proximity_Sensor_Library Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101
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.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/EmotiBit_Example1_Basic_Readings/EmotiBit_Example1_Basic_Readings.ino:13:17: error: 'sercom1' was not declared in this scope TwoWire myWire(&sercom1, 11, 13); ^~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/EmotiBit_Example1_Basic_Readings/EmotiBit_Example1_Basic_Readings.ino:13:17: note: suggested alternative: 'strcoll' TwoWire myWire(&sercom1, 11, 13); ^~~~~~~ strcoll /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/EmotiBit_Example1_Basic_Readings/EmotiBit_Example1_Basic_Readings.ino: In function 'void setup()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/EmotiBit_Example1_Basic_Readings/EmotiBit_Example1_Basic_Readings.ino:27:21: error: 'PIO_SERCOM' was not declared in this scope pinPeripheral(11, PIO_SERCOM); ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/EmotiBit_Example1_Basic_Readings/EmotiBit_Example1_Basic_Readings.ino:27:3: error: 'pinPeripheral' was not declared in this scope pinPeripheral(11, PIO_SERCOM); ^~~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/EmotiBit_Example1_Basic_Readings/EmotiBit_Example1_Basic_Readings.ino:27:3: note: suggested alternative: 'pinmap_peripheral' pinPeripheral(11, PIO_SERCOM); ^~~~~~~~~~~~~ pinmap_peripheral Multiple libraries were found for "MAX30105.h" Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_MAX3010x_Pulse_and_Proximity_Sensor_Library Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101 Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_FeatherWing/AdcCorrection.cpp:1:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_FeatherWing/AdcCorrection.h:70:10: fatal error: SAMD_AnalogCorrection.h: No such file or directory #include "SAMD_AnalogCorrection.h" ^~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. Multiple libraries were found for "SdFat.h" Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SdFat Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SdFat_-_Adafruit_Fork Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/InkplateLibrary Multiple libraries were found for "SparkFun_External_EEPROM.h" Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_External_EEPROM_Arduino_Library Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_External_EEPROM Multiple libraries were found for "MAX30105.h" Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101 Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_MAX3010x_Pulse_and_Proximity_Sensor_Library
Result: PASS
Sketch uses 83356 bytes (0%) of program storage space. Maximum is 16777216 bytes. Global variables use 44284 bytes (16%) of dynamic memory, leaving 226052 bytes for local variables. Maximum is 270336 bytes.
Result: PASS
Sketch uses 84274 bytes (0%) of program storage space. Maximum is 16777216 bytes. Global variables use 44296 bytes (16%) of dynamic memory, leaving 226040 bytes for local variables. Maximum is 270336 bytes.
Result: PASS
Sketch uses 84736 bytes (0%) of program storage space. Maximum is 16777216 bytes. Global variables use 44284 bytes (16%) of dynamic memory, leaving 226052 bytes for local variables. Maximum is 270336 bytes.
Result: PASS
Sketch uses 83342 bytes (0%) of program storage space. Maximum is 16777216 bytes. Global variables use 44284 bytes (16%) of dynamic memory, leaving 226052 bytes for local variables. Maximum is 270336 bytes.
Result: PASS
Sketch uses 86312 bytes (0%) of program storage space. Maximum is 16777216 bytes. Global variables use 44384 bytes (16%) of dynamic memory, leaving 225952 bytes for local variables. Maximum is 270336 bytes.
Result: PASS
Sketch uses 84216 bytes (0%) of program storage space. Maximum is 16777216 bytes. Global variables use 44292 bytes (16%) of dynamic memory, leaving 226044 bytes for local variables. Maximum is 270336 bytes.
Result: PASS
Sketch uses 84642 bytes (0%) of program storage space. Maximum is 16777216 bytes. Global variables use 44292 bytes (16%) of dynamic memory, leaving 226044 bytes for local variables. Maximum is 270336 bytes.
Result: PASS
Sketch uses 85206 bytes (0%) of program storage space. Maximum is 16777216 bytes. Global variables use 45896 bytes (16%) of dynamic memory, leaving 224440 bytes for local variables. Maximum is 270336 bytes.
Result: PASS
Sketch uses 84132 bytes (0%) of program storage space. Maximum is 16777216 bytes. Global variables use 44284 bytes (16%) of dynamic memory, leaving 226052 bytes for local variables. Maximum is 270336 bytes.
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/EmotiBit_MAX30101/src/MAX30105.h:20:0, from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/src/MAX30105.cpp:12: /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/libraries/Wire/src/Wire.h: In member function 'uint8_t MAX30105::readRegister8(uint8_t, uint8_t)': /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); ^~~~~~~~~~~
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/EmotiBit_Example1_Basic_Readings/EmotiBit_Example1_Basic_Readings.ino:13:17: error: 'sercom1' was not declared in this scope TwoWire myWire(&sercom1, 11, 13); ^~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/EmotiBit_Example1_Basic_Readings/EmotiBit_Example1_Basic_Readings.ino:13:17: note: suggested alternative: 'strcoll' TwoWire myWire(&sercom1, 11, 13); ^~~~~~~ strcoll /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/EmotiBit_Example1_Basic_Readings/EmotiBit_Example1_Basic_Readings.ino: In function 'void setup()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/EmotiBit_Example1_Basic_Readings/EmotiBit_Example1_Basic_Readings.ino:27:21: error: 'PIO_SERCOM' was not declared in this scope pinPeripheral(11, PIO_SERCOM); ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/EmotiBit_Example1_Basic_Readings/EmotiBit_Example1_Basic_Readings.ino:27:3: error: 'pinPeripheral' was not declared in this scope pinPeripheral(11, PIO_SERCOM); ^~~~~~~~~~~~~ Multiple libraries were found for "MAX30105.h" Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101 Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_MAX3010x_Pulse_and_Proximity_Sensor_Library Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_FeatherWing/AdcCorrection.cpp:1:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_FeatherWing/AdcCorrection.h:70:10: fatal error: SAMD_AnalogCorrection.h: No such file or directory #include "SAMD_AnalogCorrection.h" ^~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. Multiple libraries were found for "MAX30105.h" Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_MAX3010x_Pulse_and_Proximity_Sensor_Library Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101 Multiple libraries were found for "SdFat.h" Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SdFat Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/InkplateLibrary Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SdFat_-_Adafruit_Fork Multiple libraries were found for "SparkFun_External_EEPROM.h" Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_External_EEPROM_Arduino_Library Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_External_EEPROM
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example1_Basic_Readings/Example1_Basic_Readings.ino: In function 'void setup()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example1_Basic_Readings/Example1_Basic_Readings.ino:42:18: error: 'class MAX30105' has no member named 'setup'; did you mean 'setBit'? particleSensor.setup(); //Configure sensor. Use 6.4mA for LED drive ^~~~~ setBit /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example1_Basic_Readings/Example1_Basic_Readings.ino: In function 'void loop()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example1_Basic_Readings/Example1_Basic_Readings.ino:48:30: error: 'class MAX30105' has no member named 'getRed' debug.print(particleSensor.getRed()); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example1_Basic_Readings/Example1_Basic_Readings.ino:50:30: error: 'class MAX30105' has no member named 'getIR' debug.print(particleSensor.getIR()); ^~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example1_Basic_Readings/Example1_Basic_Readings.ino:52:30: error: 'class MAX30105' has no member named 'getGreen' debug.print(particleSensor.getGreen()); ^~~~~~~~ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example1_Basic_Readings/Example1_Basic_Readings.ino:22:0: /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:65:21: required from 'bool MAX3010x<MAX3010xImpl, MAX3010xSample>::readByte(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:151:17: required from 'bool MAX3010x<MAX3010xImpl, MAX3010xSample>::setBit(uint8_t, uint8_t, bool) [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:205:15: required from 'bool MAX3010x<MAX3010xImpl, MAX3010xSample>::reset() [with MAX3010xImpl = MAX30105; MAX3010xSample = MAX30105Sample]' /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_core.h:195:17: required from 'bool MAX3010x<MAX3010xImpl, MAX3010xSample>::begin() [with MAX3010xImpl = MAX30105; MAX3010xSample = MAX30105Sample]' /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example1_Basic_Readings/Example1_Basic_Readings.ino:36:28: 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); ^~~~~~~~~~~ Multiple libraries were found for "MAX30105.h" Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101 Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_MAX3010x_Pulse_and_Proximity_Sensor_Library
Result: PASS
Sketch uses 8624 bytes (17%) of program storage space. Maximum is 49152 bytes. Global variables use 551 bytes (8%) of dynamic memory, leaving 5593 bytes for local variables. Maximum is 6144 bytes. In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_MAX3010x_Pulse_and_Proximity_Sensor_Library/src/MAX30105.h:20:0, from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_MAX3010x_Pulse_and_Proximity_Sensor_Library/src/MAX30105.cpp:12: /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/libraries/Wire/src/Wire.h: In member function 'uint8_t MAX30105::readRegister8(uint8_t, uint8_t)': /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); ^~~~~~~~~~~
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example3_Temperature_Sense/Example3_Temperature_Sense.ino: In function 'void setup()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example3_Temperature_Sense/Example3_Temperature_Sense.ino:32:34: error: 'I2C_SPEED_FAST' was not declared in this scope if (particleSensor.begin(Wire, I2C_SPEED_FAST) == false) //Use default I2C port, 400kHz speed ^~~~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example3_Temperature_Sense/Example3_Temperature_Sense.ino:40:18: error: 'class MAX30105' has no member named 'setup'; did you mean 'setBit'? particleSensor.setup(0); //Configure sensor. Turn off LEDs ^~~~~ setBit /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example3_Temperature_Sense/Example3_Temperature_Sense.ino:43:18: error: 'class MAX30105' has no member named 'enableDIETEMPRDY' particleSensor.enableDIETEMPRDY(); //Enable the temp ready interrupt. This is required. ^~~~~~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example3_Temperature_Sense/Example3_Temperature_Sense.ino: In function 'void loop()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example3_Temperature_Sense/Example3_Temperature_Sense.ino:53:39: error: 'class MAX30105' has no member named 'readTemperatureF'; did you mean 'readTemperature'? float temperatureF = particleSensor.readTemperatureF(); //Because I am a bad global citizen ^~~~~~~~~~~~~~~~ readTemperature In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example3_Temperature_Sense/Example3_Temperature_Sense.ino:21:0: /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:65:21: required from 'bool MAX3010x<MAX3010xImpl, MAX3010xSample>::readByte(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:316:17: required from 'float MAX3010x<MAX3010xImpl, MAX3010xSample>::readTemperature() [with MAX3010xImpl = MAX30105; MAX3010xSample = MAX30105Sample]' /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example3_Temperature_Sense/Example3_Temperature_Sense.ino:48:54: 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); ^~~~~~~~~~~ Multiple libraries were found for "MAX30105.h" Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101 Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_MAX3010x_Pulse_and_Proximity_Sensor_Library
Result: PASS
Sketch uses 6763 bytes (13%) of program storage space. Maximum is 49152 bytes. Global variables use 539 bytes (8%) of dynamic memory, leaving 5605 bytes for local variables. Maximum is 6144 bytes. In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/src/MAX30105.h:20:0, from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/src/MAX30105.cpp:12: /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/libraries/Wire/src/Wire.h: In member function 'uint8_t MAX30105::readRegister8(uint8_t, uint8_t)': /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); ^~~~~~~~~~~
Result: PASS
Sketch uses 9143 bytes (18%) of program storage space. Maximum is 49152 bytes. Global variables use 635 bytes (10%) of dynamic memory, leaving 5509 bytes for local variables. Maximum is 6144 bytes. In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/src/MAX30105.h:20:0, from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/src/MAX30105.cpp:12: /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/libraries/Wire/src/Wire.h: In member function 'uint8_t MAX30105::readRegister8(uint8_t, uint8_t)': /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); ^~~~~~~~~~~
Result: PASS
Sketch uses 8278 bytes (16%) of program storage space. Maximum is 49152 bytes. Global variables use 547 bytes (8%) of dynamic memory, leaving 5597 bytes for local variables. Maximum is 6144 bytes. In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/src/MAX30105.h:20:0, from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/src/MAX30105.cpp:12: /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/libraries/Wire/src/Wire.h: In member function 'uint8_t MAX30105::readRegister8(uint8_t, uint8_t)': /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); ^~~~~~~~~~~
Result: PASS
Sketch uses 8594 bytes (17%) of program storage space. Maximum is 49152 bytes. Global variables use 547 bytes (8%) of dynamic memory, leaving 5597 bytes for local variables. Maximum is 6144 bytes. In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_MAX3010x_Pulse_and_Proximity_Sensor_Library/src/MAX30105.h:20:0, from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_MAX3010x_Pulse_and_Proximity_Sensor_Library/src/MAX30105.cpp:12: /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/libraries/Wire/src/Wire.h: In member function 'uint8_t MAX30105::readRegister8(uint8_t, uint8_t)': /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); ^~~~~~~~~~~
Result: PASS
Sketch uses 11087 bytes (22%) of program storage space. Maximum is 49152 bytes. Global variables use 2153 bytes (35%) of dynamic memory, leaving 3991 bytes for local variables. Maximum is 6144 bytes. In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/src/MAX30105.h:20:0, from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/src/MAX30105.cpp:12: /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/libraries/Wire/src/Wire.h: In member function 'uint8_t MAX30105::readRegister8(uint8_t, uint8_t)': /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); ^~~~~~~~~~~
Result: PASS
Sketch uses 8114 bytes (16%) of program storage space. Maximum is 49152 bytes. Global variables use 539 bytes (8%) of dynamic memory, leaving 5605 bytes for local variables. Maximum is 6144 bytes. In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_MAX3010x_Pulse_and_Proximity_Sensor_Library/src/MAX30105.h:20:0, from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_MAX3010x_Pulse_and_Proximity_Sensor_Library/src/MAX30105.cpp:12: /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/libraries/Wire/src/Wire.h: In member function 'uint8_t MAX30105::readRegister8(uint8_t, uint8_t)': /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); ^~~~~~~~~~~
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.
Result: PASS
Sketch uses 16072 bytes (6%) of program storage space. Maximum is 262144 bytes. Global variables use 4200 bytes (12%) of dynamic memory, leaving 28568 bytes for local variables. Maximum is 32768 bytes.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_FeatherWing/EmotiBitWiFi.h:37:0, from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_FeatherWing/EmotiBit.h:20, from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_FeatherWing/EmotiBit.cpp:1: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_XPlat_Utils/src/EmotiBitPacket.h:5:11: fatal error: String.h: No such file or directory #include <String.h> ^~~~~~~~~~ compilation terminated. Multiple libraries were found for "SdFat.h" Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SdFat Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SdFat_-_Adafruit_Fork Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/InkplateLibrary Multiple libraries were found for "ArduinoJson.h" Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ArduinoJson Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/CMMC_MQTT_Connector Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Antares_ESP8266_HTTP Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Antares_ESP8266_MQTT Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/CoogleIOT Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThingsIoT Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ThingESP Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/BaleMessengerBot_Arduino Multiple libraries were found for "SparkFun_External_EEPROM.h" Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_External_EEPROM_Arduino_Library Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_External_EEPROM Multiple libraries were found for "MAX30105.h" Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_MAX3010x_Pulse_and_Proximity_Sensor_Library Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101 Multiple libraries were found for "SparkFun_MLX90632_Arduino_Library.h" Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_MLX90632_Noncontact_Infrared_Temperature_Sensor Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MLX90632
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX30105.h:8:0, from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example1_Basic_Readings/Example1_Basic_Readings.ino:23: /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/MAX30105.h:8:0, from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example1_Basic_Readings/Example1_Basic_Readings.ino:23: /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/EmotiBit_MAX30101/examples/Example1_Basic_Readings/Example1_Basic_Readings.ino: In function 'void setup()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example1_Basic_Readings/Example1_Basic_Readings.ino:42:18: error: 'class MAX30105' has no member named 'setup'; did you mean 'setBit'? particleSensor.setup(); //Configure sensor. Use 6.4mA for LED drive ^~~~~ setBit /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example1_Basic_Readings/Example1_Basic_Readings.ino: In function 'void loop()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example1_Basic_Readings/Example1_Basic_Readings.ino:48:30: error: 'class MAX30105' has no member named 'getRed' debug.print(particleSensor.getRed()); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example1_Basic_Readings/Example1_Basic_Readings.ino:50:30: error: 'class MAX30105' has no member named 'getIR' debug.print(particleSensor.getIR()); ^~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example1_Basic_Readings/Example1_Basic_Readings.ino:52:30: error: 'class MAX30105' has no member named 'getGreen' debug.print(particleSensor.getGreen()); ^~~~~~~~ Multiple libraries were found for "MAX30105.h" Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101 Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_MAX3010x_Pulse_and_Proximity_Sensor_Library
Result: PASS
Sketch uses 24116 bytes (9%) of program storage space. Maximum is 262144 bytes. Global variables use 3640 bytes (11%) of dynamic memory, leaving 29128 bytes for local variables. Maximum is 32768 bytes.
Result: PASS
Sketch uses 24028 bytes (9%) of program storage space. Maximum is 262144 bytes. Global variables use 3628 bytes (11%) of dynamic memory, leaving 29140 bytes for local variables. Maximum is 32768 bytes.
Result: PASS
Sketch uses 15912 bytes (6%) of program storage space. Maximum is 262144 bytes. Global variables use 3628 bytes (11%) of dynamic memory, leaving 29140 bytes for local variables. Maximum is 32768 bytes.
Result: PASS
Sketch uses 26296 bytes (10%) of program storage space. Maximum is 262144 bytes. Global variables use 3752 bytes (11%) of dynamic memory, leaving 29016 bytes for local variables. Maximum is 32768 bytes.
Result: PASS
Sketch uses 23992 bytes (9%) of program storage space. Maximum is 262144 bytes. Global variables use 3636 bytes (11%) of dynamic memory, leaving 29132 bytes for local variables. Maximum is 32768 bytes.
Result: PASS
Sketch uses 24288 bytes (9%) of program storage space. Maximum is 262144 bytes. Global variables use 3652 bytes (11%) of dynamic memory, leaving 29116 bytes for local variables. Maximum is 32768 bytes.
Result: PASS
Sketch uses 17852 bytes (6%) of program storage space. Maximum is 262144 bytes. Global variables use 5260 bytes (16%) of dynamic memory, leaving 27508 bytes for local variables. Maximum is 32768 bytes.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX30105.h:8:0, from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example9_RateTesting/Example9_RateTesting.ino:38: /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/MAX30105.h:8:0, from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example9_RateTesting/Example9_RateTesting.ino:38: /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/EmotiBit_MAX30101/examples/Example9_RateTesting/Example9_RateTesting.ino: In function 'void setup()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example9_RateTesting/Example9_RateTesting.ino:49:34: error: 'I2C_SPEED_FAST' was not declared in this scope if (particleSensor.begin(Wire, I2C_SPEED_FAST) == false) //Use default I2C port, 400kHz speed ^~~~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example9_RateTesting/Example9_RateTesting.ino:49:34: note: suggested alternative: 'TCC_PER_MASK' if (particleSensor.begin(Wire, I2C_SPEED_FAST) == false) //Use default I2C port, 400kHz speed ^~~~~~~~~~~~~~ TCC_PER_MASK /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example9_RateTesting/Example9_RateTesting.ino:63:18: error: 'class MAX30105' has no member named 'setup'; did you mean 'setBit'? particleSensor.setup(ledBrightness, sampleAverage, ledMode, sampleRate, pulseWidth, adcRange); //Configure sensor with these settings ^~~~~ setBit /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example9_RateTesting/Example9_RateTesting.ino: In function 'void loop()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example9_RateTesting/Example9_RateTesting.ino:73:20: error: 'class MAX30105' has no member named 'check' particleSensor.check(); //Check the sensor, read up to 3 samples ^~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example9_RateTesting/Example9_RateTesting.ino:77:22: error: 'class MAX30105' has no member named 'getFIFOIR' particleSensor.getFIFOIR(); ^~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example9_RateTesting/Example9_RateTesting.ino:78:22: error: 'class MAX30105' has no member named 'nextSample'; did you mean 'readSample'? particleSensor.nextSample(); //We're finished with this sample so move to next sample ^~~~~~~~~~ readSample Multiple libraries were found for "MAX30105.h" Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101 Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_MAX3010x_Pulse_and_Proximity_Sensor_Library
Result: PASS
Sketch uses 203634 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.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX30105.h:8:0, from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/EmotiBit_Example1_Basic_Readings/EmotiBit_Example1_Basic_Readings.ino:10: /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/MAX30105.h:8:0, from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/EmotiBit_Example1_Basic_Readings/EmotiBit_Example1_Basic_Readings.ino:10: /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/EmotiBit_MAX30101/examples/EmotiBit_Example1_Basic_Readings/EmotiBit_Example1_Basic_Readings.ino: At global scope: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/EmotiBit_Example1_Basic_Readings/EmotiBit_Example1_Basic_Readings.ino:13:17: error: 'sercom1' was not declared in this scope TwoWire myWire(&sercom1, 11, 13); ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/EmotiBit_Example1_Basic_Readings/EmotiBit_Example1_Basic_Readings.ino: In function 'void setup()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/EmotiBit_Example1_Basic_Readings/EmotiBit_Example1_Basic_Readings.ino:27:21: error: 'PIO_SERCOM' was not declared in this scope pinPeripheral(11, PIO_SERCOM); ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/EmotiBit_Example1_Basic_Readings/EmotiBit_Example1_Basic_Readings.ino:27:31: error: 'pinPeripheral' was not declared in this scope pinPeripheral(11, PIO_SERCOM); ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/EmotiBit_Example1_Basic_Readings/EmotiBit_Example1_Basic_Readings.ino:32:34: error: no matching function for call to 'MAX30105::begin(TwoWire&)' if (particleSensor.begin(myWire) == false) ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_multiLed_core.h:9:0, from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX30105.h:8, from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/EmotiBit_Example1_Basic_Readings/EmotiBit_Example1_Basic_Readings.ino:10: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_core.h:193:8: note: candidate: bool MAX3010x<MAX3010xImpl, MAX3010xSample>::begin() [with MAX3010xImpl = MAX30105; MAX3010xSample = MAX30105Sample] bool begin() { ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX3010x_core.h:193:8: note: candidate expects 0 arguments, 1 provided /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/EmotiBit_Example1_Basic_Readings/EmotiBit_Example1_Basic_Readings.ino:43:18: error: 'class MAX30105' has no member named 'setup' particleSensor.setup(); //Configure sensor. Use 6.4mA for LED drive ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/EmotiBit_Example1_Basic_Readings/EmotiBit_Example1_Basic_Readings.ino: In function 'void loop()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Em
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_FeatherWing/AdcCorrection.cpp:1:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_FeatherWing/AdcCorrection.h:70:35: fatal error: SAMD_AnalogCorrection.h: No such file or directory compilation terminated. Multiple libraries were found for "MAX30105.h" Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101 Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_MAX3010x_Pulse_and_Proximity_Sensor_Library Multiple libraries were found for "SdFat.h" Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SdFat Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SdFat_-_Adafruit_Fork Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/InkplateLibrary Multiple libraries were found for "SparkFun_External_EEPROM.h" Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_External_EEPROM_Arduino_Library Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_External_EEPROM
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX30105.h:8:0, from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example1_Basic_Readings/Example1_Basic_Readings.ino:23: /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/MAX30105.h:8:0, from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example1_Basic_Readings/Example1_Basic_Readings.ino:23: /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/EmotiBit_MAX30101/examples/Example1_Basic_Readings/Example1_Basic_Readings.ino: In function 'void setup()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example1_Basic_Readings/Example1_Basic_Readings.ino:42:18: error: 'class MAX30105' has no member named 'setup' particleSensor.setup(); //Configure sensor. Use 6.4mA for LED drive ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example1_Basic_Readings/Example1_Basic_Readings.ino: In function 'void loop()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example1_Basic_Readings/Example1_Basic_Readings.ino:48:30: error: 'class MAX30105' has no member named 'getRed' debug.print(particleSensor.getRed()); ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example1_Basic_Readings/Example1_Basic_Readings.ino:50:30: error: 'class MAX30105' has no member named 'getIR' debug.print(particleSensor.getIR()); ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example1_Basic_Readings/Example1_Basic_Readings.ino:52:30: error: 'class MAX30105' has no member named 'getGreen' debug.print(particleSensor.getGreen()); ^ Multiple libraries were found for "MAX30105.h" Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_MAX3010x_Pulse_and_Proximity_Sensor_Library Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX30105.h:8:0, from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example2_Presence_Sensing/Example2_Presence_Sensing.ino:23: /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/MAX30105.h:8:0, from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example2_Presence_Sensing/Example2_Presence_Sensing.ino:23: /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/EmotiBit_MAX30101/examples/Example2_Presence_Sensing/Example2_Presence_Sensing.ino: In function 'void setup()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example2_Presence_Sensing/Example2_Presence_Sensing.ino:37:34: error: 'I2C_SPEED_FAST' was not declared in this scope if (particleSensor.begin(Wire, I2C_SPEED_FAST) == false) //Use default I2C port, 400kHz speed ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example2_Presence_Sensing/Example2_Presence_Sensing.ino:51:18: error: 'class MAX30105' has no member named 'setup' particleSensor.setup(ledBrightness, sampleAverage, ledMode, sampleRate, pulseWidth, adcRange); //Configure sensor with these settings ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example2_Presence_Sensing/Example2_Presence_Sensing.ino:53:18: error: 'class MAX30105' has no member named 'setPulseAmplitudeRed' particleSensor.setPulseAmplitudeRed(0); //Turn off Red LED ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example2_Presence_Sensing/Example2_Presence_Sensing.ino:54:18: error: 'class MAX30105' has no member named 'setPulseAmplitudeGreen' particleSensor.setPulseAmplitudeGreen(0); //Turn off Green LED ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example2_Presence_Sensing/Example2_Presence_Sensing.ino:60:38: error: 'class MAX30105' has no member named 'getIR' unblockedValue += particleSensor.getIR(); //Read the IR value ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example2_Presence_Sensing/Example2_Presence_Sensing.ino: In function 'void loop()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example2_Presence_Sensing/Example2_Presence_Sensing.ino:72:31: error: 'class MAX30105' has no member named 'getIR' Serial.print(particleSensor.getIR()); ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example2_Presence_Sensing/Example2_Presence_Sensing.ino:77:38: error: 'class MAX30105' has no member named 'getIR' long currentDelta = particleSensor.getIR() - unblockedValue; ^ Multiple libraries were found for "MAX30105.h" Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101 Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_MAX3010x_Pulse_and_Proximity_Sensor_Library
Result: PASS
Sketch uses 216122 bytes (16%) of program storage space. Maximum is 1310720 bytes. Global variables use 14208 bytes (4%) of dynamic memory, leaving 313472 bytes for local variables. Maximum is 327680 bytes.
Result: PASS
Sketch uses 215950 bytes (16%) of program storage space. Maximum is 1310720 bytes. Global variables use 14208 bytes (4%) of dynamic memory, leaving 313472 bytes for local variables. Maximum is 327680 bytes.
Result: PASS
Sketch uses 217126 bytes (16%) of program storage space. Maximum is 1310720 bytes. Global variables use 14336 bytes (4%) of dynamic memory, leaving 313344 bytes for local variables. Maximum is 327680 bytes.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library/src/MAX30105.h:8:0, from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example6_FIFO_Readings/Example6_FIFO_Readings.ino:23: /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/MAX30105.h:8:0, from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example6_FIFO_Readings/Example6_FIFO_Readings.ino:23: /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/EmotiBit_MAX30101/examples/Example6_FIFO_Readings/Example6_FIFO_Readings.ino: In function 'void setup()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example6_FIFO_Readings/Example6_FIFO_Readings.ino:36:34: error: 'I2C_SPEED_FAST' was not declared in this scope if (particleSensor.begin(Wire, I2C_SPEED_FAST) == false) //Use default I2C port, 400kHz speed ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example6_FIFO_Readings/Example6_FIFO_Readings.ino:50:18: error: 'class MAX30105' has no member named 'setup' particleSensor.setup(ledBrightness, sampleAverage, ledMode, sampleRate, pulseWidth, adcRange); //Configure sensor with these settings ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example6_FIFO_Readings/Example6_FIFO_Readings.ino: In function 'void loop()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example6_FIFO_Readings/Example6_FIFO_Readings.ino:58:18: error: 'class MAX30105' has no member named 'check' particleSensor.check(); //Check the sensor, read up to 3 samples ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example6_FIFO_Readings/Example6_FIFO_Readings.ino:65:33: error: 'class MAX30105' has no member named 'getFIFORed' Serial.print(particleSensor.getFIFORed()); ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example6_FIFO_Readings/Example6_FIFO_Readings.ino:67:33: error: 'class MAX30105' has no member named 'getFIFOIR' Serial.print(particleSensor.getFIFOIR()); ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example6_FIFO_Readings/Example6_FIFO_Readings.ino:69:33: error: 'class MAX30105' has no member named 'getFIFOGreen' Serial.print(particleSensor.getFIFOGreen()); ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101/examples/Example6_FIFO_Readings/Example6_FIFO_Readings.ino:76:20: error: 'class MAX30105' has no member named 'nextSample' particleSensor.nextSample(); //We're finished with this sample so move to next sample ^ Multiple libraries were found for "MAX30105.h" Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MAX3010x_Sensor_Library Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EmotiBit_MAX30101 Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_MAX3010x_Pulse_and_Proximity_Sensor_Library
Result: PASS
Sketch uses 216838 bytes (16%) of program storage space. Maximum is 1310720 bytes. Global variables use 14232 bytes (4%) of dynamic memory, leaving 313448 bytes for local variables. Maximum is 327680 bytes.
Result: PASS
Sketch uses 217846 bytes (16%) of program storage space. Maximum is 1310720 bytes. Global variables use 15848 bytes (4%) of dynamic memory, leaving 311832 bytes for local variables. Maximum is 327680 bytes.
Result: PASS
Sketch uses 216434 bytes (16%) of program storage space. Maximum is 1310720 bytes. Global variables use 14208 bytes (4%) of dynamic memory, leaving 313472 bytes for local variables. Maximum is 327680 bytes.