This report was generated on Wednesday, 23-Feb-22 22:48:15 CET using arduino-testlib.
Version: 1.1.2
More details
Board | Claims compatibility | Inclusion | morse_example_avr |
morse_example_samd |
---|---|---|---|---|
arduino:avr:uno
1.8.4 |
Yes | PASS | FAIL | FAIL |
arduino:mbed_nano:nanorp2040connect
2.7.2 |
Yes | PASS | FAIL | FAIL |
arduino:megaavr:nona4809
1.8.7 |
Yes | PASS | FAIL | FAIL |
arduino:samd:mkrwifi1010
1.8.12 |
Yes | PASS | FAIL | FAIL |
esp32:esp32:d1_mini32
1.0.6 |
Yes | PASS | FAIL | FAIL |
Result: PASS
Sketch uses 444 bytes (1%) of program storage space. Maximum is 32256 bytes. Global variables use 9 bytes (0%) of dynamic memory, leaving 2039 bytes for local variables. Maximum is 2048 bytes.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino:28:29: error: no matching function for call to 'Morse::Morse(int, int)' Morse morse(LED_BUILTIN, 15); ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino:25:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:39:14: note: candidate: Morse::Morse() explicit Morse() {}; ^~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:39:14: note: candidate expects 0 arguments, 2 provided /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:21:7: note: candidate: constexpr Morse::Morse(const Morse&) class Morse { ^~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:21:7: note: candidate expects 1 argument, 2 provided /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:21:7: note: candidate: constexpr Morse::Morse(Morse&&) /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:21:7: note: candidate expects 1 argument, 2 provided /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino: In function 'void repeatMe()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino:34:10: error: 'class Morse' has no member named 'update' morse.update(); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino: In function 'void setup()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino:39:33: error: no matching function for call to 'SimpleTimer::setInterval(int, void (&)())' timer.setInterval(1, repeatMe); ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino:24:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SimpleTimer/SimpleTimer.h:23:10: note: candidate: void SimpleTimer::setInterval(uint64_t) void setInterval(uint64_t interval); ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SimpleTimer/SimpleTimer.h:23:10: note: candidate expects 1 argument, 2 provided /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino:42:28: error: 'void Morse::send(uint8_t)' is private within this context morse.send("HELLO WORLD"); ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino:25:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:36:10: note: declared private here void send(uint8_t tag); ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino: In function 'void loop()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino:46:10: error: 'class SimpleTimer' has no member named 'run' timer.run(); ^~~ Multiple libraries were found for "Morse.h" Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:27:29: error: no matching function for call to 'Morse::Morse(int, int)' Morse morse(LED_BUILTIN, 15); ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:21:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:39:14: note: candidate: Morse::Morse() explicit Morse() {}; ^~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:39:14: note: candidate expects 0 arguments, 2 provided /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:21:7: note: candidate: constexpr Morse::Morse(const Morse&) class Morse { ^~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:21:7: note: candidate expects 1 argument, 2 provided /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:21:7: note: candidate: constexpr Morse::Morse(Morse&&) /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:21:7: note: candidate expects 1 argument, 2 provided /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino: In function 'void setup()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:33:28: error: 'void Morse::send(uint8_t)' is private within this context morse.send("HELLO WORLD"); ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:21:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:36:10: note: declared private here void send(uint8_t tag); ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino: In function 'void setTimerFrequency(int)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:46:24: error: 'VARIANT_MCK' was not declared in this scope int compareValue = (VARIANT_MCK / (TIMER_PRESCALER_DIV * frequencyHz)) - 1; ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:47:4: error: 'TcCount16' was not declared in this scope TcCount16* TC = (TcCount16*) TC5; ^~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:47:15: error: 'TC' was not declared in this scope TcCount16* TC = (TcCount16*) TC5; ^~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:47:31: error: expected primary-expression before ')' token TcCount16* TC = (TcCount16*) TC5; ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino: In function 'void startTimer(int)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:61:4: error: 'REG_GCLK_CLKCTRL' was not declared in this scope REG_GCLK_CLKCTRL = (uint16_t) (GCLK_CLKCTRL_CLKEN | GCLK_CLKCTRL_GEN_GCLK0 | GCLK_CLKCTRL_ID (GCM_TC4_TC5)) ; ^~~~~~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:61:35: error: 'GCLK_CLKCTRL_CLKEN' was not declared in this scope REG_GCLK_CLKCTRL = (uint16_t) (GCLK_CLKCTRL_CLKEN | GCLK_CLKCTRL_GEN_GCLK0 | GCLK_CLKCTRL_ID (GCM_TC4_TC5)) ; ^~~~~~~~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:61:56: error: 'GCLK_CLKCTRL_GEN_GCLK0' was not declared in this scope REG_GCLK_CLKCTRL = (uint16_t) (GCLK_CLKCTRL_CLKEN | GCLK_CLKCTRL_GEN_GCLK0 | GCLK_CLKCTRL_ID (GCM_TC4_TC5)) ; ^~~~~~~~~~~~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:61:98: error: 'GCM_TC4_TC5' was not declared in this scope REG_GCLK_CLKCTRL = (uint16_t) (GCLK_CLKCTRL_CLKEN | GCLK_CLKCTRL_GEN_GCLK0 | GCLK_CLKCTRL_ID (GCM_TC4_TC5)) ; ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:61:81: error: 'GCLK_CLKCTRL_ID' was not declared in this scope REG_GCLK_CLKCTRL = (uint16_t) (GCLK_CLKCTRL_CLKEN | GCLK_CLKCTRL_GEN_GCLK0 | GCLK_CLKCTRL_ID (GCM_TC4_TC5)) ; ^~~~~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:62:12: error: 'GCLK' was not declared in this scope while ( GCLK->STATUS.bit.SYNCBUSY == 1 ); ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:62:12: note: suggested alternative: 'SCL' while ( GCLK->STATUS.bit.SYNCBUSY == 1 ); ^~~~ SCL /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:64:4: error: 'TcCount16' was not declared in this scope TcCount16* TC = (TcCount16*) TC5; ^~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:64:15: error: 'TC' was not declared in this scope TcCount16* TC = (TcCount16*) TC5; ^~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:64:31: error: expected primary-expression before ')' token TcCount16* TC = (TcCount16*) TC5; ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:66:22: error: 'TC_CTRLA_ENABLE' was not declared in this scope TC->CTRLA.reg &= ~TC_CTRLA_ENABLE; ^~~~~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:69:21: error: 'TC_CTRLA_MODE_COUNT16' was not declared in this scope TC->CTRLA.reg |= TC_CTRLA_MODE_COUNT16; ^~~~~~~~~~~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:73:21: error: 'TC_CTRLA_WAVEGEN_MFRQ' was not declared in this scope TC->CTRLA.reg |= TC_CTRLA_WAVEGEN_MFRQ; ^~~~~~~~~~~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:77:21: error: 'TC_CTRLA_PRESCALER_DIV1024' was not declared in this scope TC->CTRLA.reg |= TC_CTRLA_PRESCALER_DIV1024; ^~~~~~~~~~~~~~~~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:77:21: note: suggested alternative: 'TIMER_PRESCALER_DIV' TC->CTRLA.reg |= TC_CTRLA_PRESCALER_DIV1024; ^~~~~~~~~~~~~~~~~~~~~~~~~~ TIMER_PRESCALER_DIV /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:86:19: error: 'TC5_IRQn' was not declared in this scope NVIC_EnableIRQ(TC5_IRQn); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:86:4: error: 'NVIC_EnableIRQ' was not declared in this scope NVIC_EnableIRQ(TC5_IRQn); ^~~~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino: In function 'void TC5_Handler()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:94:4: error: 'TcCount16' was not declared in this scope TcCount16* TC = (TcCount16*) TC5; ^~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:94:15: error: 'TC' was not declared in this scope TcCount16* TC = (TcCount16*) TC5; ^~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:94:31: error: expected primary-expression before ')' token TcCount16* TC = (TcCount16*) TC5; ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:99:12: error: 'class Morse' has no member named 'update' morse.update(); ^~~~~~ Multiple libraries were found for "Morse.h" Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse
Result: PASS
Sketch uses 78756 bytes (0%) of program storage space. Maximum is 16777216 bytes. Global variables use 43444 bytes (16%) of dynamic memory, leaving 226892 bytes for local variables. Maximum is 270336 bytes.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino:28:29: error: no matching function for call to 'Morse::Morse(unsigned int, int)' Morse morse(LED_BUILTIN, 15); ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino:25:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:39:14: note: candidate: Morse::Morse() explicit Morse() {}; ^~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:39:14: note: candidate expects 0 arguments, 2 provided /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:21:7: note: candidate: constexpr Morse::Morse(const Morse&) class Morse { ^~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:21:7: note: candidate expects 1 argument, 2 provided /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:21:7: note: candidate: constexpr Morse::Morse(Morse&&) /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:21:7: note: candidate expects 1 argument, 2 provided /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino: In function 'void repeatMe()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino:34:10: error: 'class Morse' has no member named 'update' morse.update(); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino: In function 'void setup()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino:39:33: error: no matching function for call to 'SimpleTimer::setInterval(int, void (&)())' timer.setInterval(1, repeatMe); ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino:24:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SimpleTimer/SimpleTimer.h:23:10: note: candidate: void SimpleTimer::setInterval(uint64_t) void setInterval(uint64_t interval); ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SimpleTimer/SimpleTimer.h:23:10: note: candidate expects 1 argument, 2 provided /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino:42:28: error: 'void Morse::send(uint8_t)' is private within this context morse.send("HELLO WORLD"); ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino:25:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:36:10: note: declared private here void send(uint8_t tag); ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino:42:28: error: invalid conversion from 'const char*' to 'uint8_t {aka unsigned char}' [-fpermissive] morse.send("HELLO WORLD"); ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino:25:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:36:10: note: initializing argument 1 of 'void Morse::send(uint8_t)' void send(uint8_t tag); ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino: In function 'void loop()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino:46:10: error: 'class SimpleTimer' has no member named 'run' timer.run(); ^~~ Multiple libraries were found for "Morse.h" Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:27:29: error: no matching function for call to 'Morse::Morse(unsigned int, int)' Morse morse(LED_BUILTIN, 15); ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:21:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:39:14: note: candidate: Morse::Morse() explicit Morse() {}; ^~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:39:14: note: candidate expects 0 arguments, 2 provided /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:21:7: note: candidate: constexpr Morse::Morse(const Morse&) class Morse { ^~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:21:7: note: candidate expects 1 argument, 2 provided /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:21:7: note: candidate: constexpr Morse::Morse(Morse&&) /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:21:7: note: candidate expects 1 argument, 2 provided /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino: In function 'void setup()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:33:28: error: 'void Morse::send(uint8_t)' is private within this context morse.send("HELLO WORLD"); ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:21:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:36:10: note: declared private here void send(uint8_t tag); ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:33:28: error: invalid conversion from 'const char*' to 'uint8_t {aka unsigned char}' [-fpermissive] morse.send("HELLO WORLD"); ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:21:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:36:10: note: initializing argument 1 of 'void Morse::send(uint8_t)' void send(uint8_t tag); ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino: In function 'void setTimerFrequency(int)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:46:24: error: 'VARIANT_MCK' was not declared in this scope int compareValue = (VARIANT_MCK / (TIMER_PRESCALER_DIV * frequencyHz)) - 1; ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:47:4: error: 'TcCount16' was not declared in this scope TcCount16* TC = (TcCount16*) TC5; ^~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:47:15: error: 'TC' was not declared in this scope TcCount16* TC = (TcCount16*) TC5; ^~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:47:15: note: suggested alternative: 'NC' TcCount16* TC = (TcCount16*) TC5; ^~ NC /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:47:31: error: expected primary-expression before ')' token TcCount16* TC = (TcCount16*) TC5; ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino: In function 'void startTimer(int)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:61:4: error: 'REG_GCLK_CLKCTRL' was not declared in this scope REG_GCLK_CLKCTRL = (uint16_t) (GCLK_CLKCTRL_CLKEN | GCLK_CLKCTRL_GEN_GCLK0 | GCLK_CLKCTRL_ID (GCM_TC4_TC5)) ; ^~~~~~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:61:35: error: 'GCLK_CLKCTRL_CLKEN' was not declared in this scope REG_GCLK_CLKCTRL = (uint16_t) (GCLK_CLKCTRL_CLKEN | GCLK_CLKCTRL_GEN_GCLK0 | GCLK_CLKCTRL_ID (GCM_TC4_TC5)) ; ^~~~~~~~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:61:56: error: 'GCLK_CLKCTRL_GEN_GCLK0' was not declared in this scope REG_GCLK_CLKCTRL = (uint16_t) (GCLK_CLKCTRL_CLKEN | GCLK_CLKCTRL_GEN_GCLK0 | GCLK_CLKCTRL_ID (GCM_TC4_TC5)) ; ^~~~~~~~~~~~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:61:98: error: 'GCM_TC4_TC5' was not declared in this scope REG_GCLK_CLKCTRL = (uint16_t) (GCLK_CLKCTRL_CLKEN | GCLK_CLKCTRL_GEN_GCLK0 | GCLK_CLKCTRL_ID (GCM_TC4_TC5)) ; ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:61:81: error: 'GCLK_CLKCTRL_ID' was not declared in this scope REG_GCLK_CLKCTRL = (uint16_t) (GCLK_CLKCTRL_CLKEN | GCLK_CLKCTRL_GEN_GCLK0 | GCLK_CLKCTRL_ID (GCM_TC4_TC5)) ; ^~~~~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:62:12: error: 'GCLK' was not declared in this scope while ( GCLK->STATUS.bit.SYNCBUSY == 1 ); ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:62:12: note: suggested alternative: 'SCK' while ( GCLK->STATUS.bit.SYNCBUSY == 1 ); ^~~~ SCK /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:64:4: error: 'TcCount16' was not declared in this scope TcCount16* TC = (TcCount16*) TC5; ^~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:64:15: error: 'TC' was not declared in this scope TcCount16* TC = (TcCount16*) TC5; ^~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:64:15: note: suggested alternative: 'NC' TcCount16* TC = (TcCount16*) TC5; ^~ NC /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:64:31: error: expected primary-expression before ')' token TcCount16* TC = (TcCount16*) TC5; ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:66:22: error: 'TC_CTRLA_ENABLE' was not declared in this scope TC->CTRLA.reg &= ~TC_CTRLA_ENABLE; ^~~~~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:69:21: error: 'TC_CTRLA_MODE_COUNT16' was not declared in this scope TC->CTRLA.reg |= TC_CTRLA_MODE_COUNT16; ^~~~~~~~~~~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:73:21: error: 'TC_CTRLA_WAVEGEN_MFRQ' was not declared in this scope TC->CTRLA.reg |= TC_CTRLA_WAVEGEN_MFRQ; ^~~~~~~~~~~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:77:21: error: 'TC_CTRLA_PRESCALER_DIV1024' was not declared in this scope TC->CTRLA.reg |= TC_CTRLA_PRESCALER_DIV1024; ^~~~~~~~~~~~~~~~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:77:21: note: suggested alternative: 'TIMER_PRESCALER_DIV' TC->CTRLA.reg |= TC_CTRLA_PRESCALER_DIV1024; ^~~~~~~~~~~~~~~~~~~~~~~~~~ TIMER_PRESCALER_DIV /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:86:19: error: 'TC5_IRQn' was not declared in this scope NVIC_EnableIRQ(TC5_IRQn); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:86:19: note: suggested alternative: 'RTC_IRQn' NVIC_EnableIRQ(TC5_IRQn); ^~~~~~~~ RTC_IRQn /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino: In function 'void TC5_Handler()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:94:4: error: 'TcCount16' was not declared in this scope TcCount16* TC = (TcCount16*) TC5; ^~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:94:15: error: 'TC' was not declared in this scope TcCount16* TC =
Result: PASS
Sketch uses 802 bytes (1%) of program storage space. Maximum is 49152 bytes. Global variables use 22 bytes (0%) of dynamic memory, leaving 6122 bytes for local variables. Maximum is 6144 bytes.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino:28:29: error: no matching function for call to 'Morse::Morse(int, int)' Morse morse(LED_BUILTIN, 15); ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino:25:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:39:14: note: candidate: Morse::Morse() explicit Morse() {}; ^~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:39:14: note: candidate expects 0 arguments, 2 provided /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:21:7: note: candidate: constexpr Morse::Morse(const Morse&) class Morse { ^~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:21:7: note: candidate expects 1 argument, 2 provided /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:21:7: note: candidate: constexpr Morse::Morse(Morse&&) /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:21:7: note: candidate expects 1 argument, 2 provided /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino: In function 'void repeatMe()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino:34:10: error: 'class Morse' has no member named 'update' morse.update(); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino: In function 'void setup()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino:39:33: error: no matching function for call to 'SimpleTimer::setInterval(int, void (&)())' timer.setInterval(1, repeatMe); ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino:24:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SimpleTimer/SimpleTimer.h:23:10: note: candidate: void SimpleTimer::setInterval(uint64_t) void setInterval(uint64_t interval); ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SimpleTimer/SimpleTimer.h:23:10: note: candidate expects 1 argument, 2 provided /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino:42:28: error: 'void Morse::send(uint8_t)' is private within this context morse.send("HELLO WORLD"); ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino:25:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:36:10: note: declared private here void send(uint8_t tag); ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino: In function 'void loop()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino:46:10: error: 'class SimpleTimer' has no member named 'run' timer.run(); ^~~ Multiple libraries were found for "Morse.h" Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:27:29: error: no matching function for call to 'Morse::Morse(int, int)' Morse morse(LED_BUILTIN, 15); ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:21:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:39:14: note: candidate: Morse::Morse() explicit Morse() {}; ^~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:39:14: note: candidate expects 0 arguments, 2 provided /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:21:7: note: candidate: constexpr Morse::Morse(const Morse&) class Morse { ^~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:21:7: note: candidate expects 1 argument, 2 provided /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:21:7: note: candidate: constexpr Morse::Morse(Morse&&) /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:21:7: note: candidate expects 1 argument, 2 provided /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino: In function 'void setup()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:33:28: error: 'void Morse::send(uint8_t)' is private within this context morse.send("HELLO WORLD"); ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:21:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:36:10: note: declared private here void send(uint8_t tag); ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino: In function 'void setTimerFrequency(int)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:46:24: error: 'VARIANT_MCK' was not declared in this scope int compareValue = (VARIANT_MCK / (TIMER_PRESCALER_DIV * frequencyHz)) - 1; ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:47:4: error: 'TcCount16' was not declared in this scope TcCount16* TC = (TcCount16*) TC5; ^~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:47:15: error: 'TC' was not declared in this scope TcCount16* TC = (TcCount16*) TC5; ^~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:47:15: note: suggested alternative: 'RTC' TcCount16* TC = (TcCount16*) TC5; ^~ RTC /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:47:31: error: expected primary-expression before ')' token TcCount16* TC = (TcCount16*) TC5; ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino: In function 'void startTimer(int)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:61:4: error: 'REG_GCLK_CLKCTRL' was not declared in this scope REG_GCLK_CLKCTRL = (uint16_t) (GCLK_CLKCTRL_CLKEN | GCLK_CLKCTRL_GEN_GCLK0 | GCLK_CLKCTRL_ID (GCM_TC4_TC5)) ; ^~~~~~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:61:35: error: 'GCLK_CLKCTRL_CLKEN' was not declared in this scope REG_GCLK_CLKCTRL = (uint16_t) (GCLK_CLKCTRL_CLKEN | GCLK_CLKCTRL_GEN_GCLK0 | GCLK_CLKCTRL_ID (GCM_TC4_TC5)) ; ^~~~~~~~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:61:35: note: suggested alternative: 'CLKCTRL_CLKSEL_t' REG_GCLK_CLKCTRL = (uint16_t) (GCLK_CLKCTRL_CLKEN | GCLK_CLKCTRL_GEN_GCLK0 | GCLK_CLKCTRL_ID (GCM_TC4_TC5)) ; ^~~~~~~~~~~~~~~~~~ CLKCTRL_CLKSEL_t /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:61:56: error: 'GCLK_CLKCTRL_GEN_GCLK0' was not declared in this scope REG_GCLK_CLKCTRL = (uint16_t) (GCLK_CLKCTRL_CLKEN | GCLK_CLKCTRL_GEN_GCLK0 | GCLK_CLKCTRL_ID (GCM_TC4_TC5)) ; ^~~~~~~~~~~~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:61:56: note: suggested alternative: 'CLKCTRL_PEN_bp' REG_GCLK_CLKCTRL = (uint16_t) (GCLK_CLKCTRL_CLKEN | GCLK_CLKCTRL_GEN_GCLK0 | GCLK_CLKCTRL_ID (GCM_TC4_TC5)) ; ^~~~~~~~~~~~~~~~~~~~~~ CLKCTRL_PEN_bp /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:61:98: error: 'GCM_TC4_TC5' was not declared in this scope REG_GCLK_CLKCTRL = (uint16_t) (GCLK_CLKCTRL_CLKEN | GCLK_CLKCTRL_GEN_GCLK0 | GCLK_CLKCTRL_ID (GCM_TC4_TC5)) ; ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:61:81: error: 'GCLK_CLKCTRL_ID' was not declared in this scope REG_GCLK_CLKCTRL = (uint16_t) (GCLK_CLKCTRL_CLKEN | GCLK_CLKCTRL_GEN_GCLK0 | GCLK_CLKCTRL_ID (GCM_TC4_TC5)) ; ^~~~~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:61:81: note: suggested alternative: 'CLKCTRL_t' REG_GCLK_CLKCTRL = (uint16_t) (GCLK_CLKCTRL_CLKEN | GCLK_CLKCTRL_GEN_GCLK0 | GCLK_CLKCTRL_ID (GCM_TC4_TC5)) ; ^~~~~~~~~~~~~~~ CLKCTRL_t /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:62:12: error: 'GCLK' was not declared in this scope while ( GCLK->STATUS.bit.SYNCBUSY == 1 ); ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:62:12: note: suggested alternative: 'SCL' while ( GCLK->STATUS.bit.SYNCBUSY == 1 ); ^~~~ SCL /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:64:4: error: 'TcCount16' was not declared in this scope TcCount16* TC = (TcCount16*) TC5; ^~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:64:15: error: 'TC' was not declared in this scope TcCount16* TC = (TcCount16*) TC5; ^~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:64:15: note: suggested alternative: 'RTC' TcCount16* TC = (TcCount16*) TC5; ^~ RTC /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:64:31: error: expected primary-expression before ')' token TcCount16* TC = (TcCount16*) TC5; ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:66:22: error: 'TC_CTRLA_ENABLE' was not declared in this scope TC->CTRLA.reg &= ~TC_CTRLA_ENABLE; ^~~~~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:66:22: note: suggested alternative: 'CLKCTRL_ENABLE_bm' TC->CTRLA.reg &= ~TC_CTRLA_ENABLE; ^~~~~~~~~~~~~~~ CLKCTRL_ENABLE_bm /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:69:21: error: 'TC_CTRLA_MODE_COUNT16' was not declared in this scope TC->CTRLA.reg |= TC_CTRLA_MODE_COUNT16; ^~~~~~~~~~~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:69:21: note: suggested alternative: 'SLPCTRL_SMODE_PDOWN_gc' TC->CTRLA.reg |= TC_CTRLA_MODE_COUNT16; ^~~~~~~~~~~~~~~~~~~~~ SLPCTRL_SMODE_PDOWN_gc /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:73:21: error: 'TC_CTRLA_WAVEGEN_MFRQ' was not declared in this scope TC->CTRLA.reg |= TC_CTRLA_WAVEGEN_MFRQ; ^~~~~~~~~~~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:77:21: error: 'TC_CTRLA_PRESCALER_DIV1024' was not declared in this scope TC->CTRLA.reg |= TC_CTRLA_PRESCALER_DIV1024; ^~~~~~~~~~~~~~~~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/
Result: PASS
Sketch uses 12156 bytes (4%) of program storage space. Maximum is 262144 bytes. Global variables use 2996 bytes (9%) of dynamic memory, leaving 29772 bytes for local variables. Maximum is 32768 bytes.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino:28:29: error: no matching function for call to 'Morse::Morse(unsigned int, int)' Morse morse(LED_BUILTIN, 15); ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino:25:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:39:14: note: candidate: Morse::Morse() explicit Morse() {}; ^~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:39:14: note: candidate expects 0 arguments, 2 provided /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:21:7: note: candidate: constexpr Morse::Morse(const Morse&) class Morse { ^~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:21:7: note: candidate expects 1 argument, 2 provided /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:21:7: note: candidate: constexpr Morse::Morse(Morse&&) /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:21:7: note: candidate expects 1 argument, 2 provided /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino: In function 'void repeatMe()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino:34:10: error: 'class Morse' has no member named 'update' morse.update(); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino: In function 'void setup()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino:39:33: error: no matching function for call to 'SimpleTimer::setInterval(int, void (&)())' timer.setInterval(1, repeatMe); ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino:24:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SimpleTimer/SimpleTimer.h:23:10: note: candidate: void SimpleTimer::setInterval(uint64_t) void setInterval(uint64_t interval); ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SimpleTimer/SimpleTimer.h:23:10: note: candidate expects 1 argument, 2 provided /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino:42:28: error: 'void Morse::send(uint8_t)' is private within this context morse.send("HELLO WORLD"); ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino:25:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:36:10: note: declared private here void send(uint8_t tag); ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino:42:28: error: invalid conversion from 'const char*' to 'uint8_t {aka unsigned char}' [-fpermissive] morse.send("HELLO WORLD"); ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino:25:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:36:10: note: initializing argument 1 of 'void Morse::send(uint8_t)' void send(uint8_t tag); ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino: In function 'void loop()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino:46:10: error: 'class SimpleTimer' has no member named 'run' timer.run(); ^~~ Multiple libraries were found for "Morse.h" Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:27:29: error: no matching function for call to 'Morse::Morse(unsigned int, int)' Morse morse(LED_BUILTIN, 15); ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:21:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:39:14: note: candidate: Morse::Morse() explicit Morse() {}; ^~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:39:14: note: candidate expects 0 arguments, 2 provided /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:21:7: note: candidate: constexpr Morse::Morse(const Morse&) class Morse { ^~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:21:7: note: candidate expects 1 argument, 2 provided /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:21:7: note: candidate: constexpr Morse::Morse(Morse&&) /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:21:7: note: candidate expects 1 argument, 2 provided /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino: In function 'void setup()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:33:28: error: 'void Morse::send(uint8_t)' is private within this context morse.send("HELLO WORLD"); ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:21:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:36:10: note: declared private here void send(uint8_t tag); ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:33:28: error: invalid conversion from 'const char*' to 'uint8_t {aka unsigned char}' [-fpermissive] morse.send("HELLO WORLD"); ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:21:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:36:10: note: initializing argument 1 of 'void Morse::send(uint8_t)' void send(uint8_t tag); ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino: In function 'void TC5_Handler()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:99:12: error: 'class Morse' has no member named 'update' morse.update(); ^~~~~~ Multiple libraries were found for "Morse.h" Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse
Result: PASS
Sketch uses 198024 bytes (15%) of program storage space. Maximum is 1310720 bytes. Global variables use 13104 bytes (3%) of dynamic memory, leaving 314576 bytes for local variables. Maximum is 327680 bytes.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino:28:29: error: no matching function for call to 'Morse::Morse(const uint8_t&, int)' Morse morse(LED_BUILTIN, 15); ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino:25:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:39:14: note: candidate: Morse::Morse() explicit Morse() {}; ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:39:14: note: candidate expects 0 arguments, 2 provided /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:21:7: note: candidate: constexpr Morse::Morse(const Morse&) class Morse { ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:21:7: note: candidate expects 1 argument, 2 provided /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:21:7: note: candidate: constexpr Morse::Morse(Morse&&) /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:21:7: note: candidate expects 1 argument, 2 provided /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino: In function 'void repeatMe()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino:34:10: error: 'class Morse' has no member named 'update' morse.update(); ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino: In function 'void setup()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino:39:33: error: no matching function for call to 'SimpleTimer::setInterval(int, void (&)())' timer.setInterval(1, repeatMe); ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino:24:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SimpleTimer/SimpleTimer.h:23:10: note: candidate: void SimpleTimer::setInterval(uint64_t) void setInterval(uint64_t interval); ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SimpleTimer/SimpleTimer.h:23:10: note: candidate expects 1 argument, 2 provided In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino:25:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:36:10: error: 'void Morse::send(uint8_t)' is private void send(uint8_t tag); ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino:42:28: error: within this context morse.send("HELLO WORLD"); ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino:42:28: error: invalid conversion from 'const char*' to 'uint8_t {aka unsigned char}' [-fpermissive] In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino:25:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:36:10: note: initializing argument 1 of 'void Morse::send(uint8_t)' void send(uint8_t tag); ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino: In function 'void loop()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_avr/morse_example_avr.ino:46:10: error: 'class SimpleTimer' has no member named 'run' timer.run(); ^ Multiple libraries were found for "Morse.h" Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:27:29: error: no matching function for call to 'Morse::Morse(const uint8_t&, int)' Morse morse(LED_BUILTIN, 15); ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:21:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:39:14: note: candidate: Morse::Morse() explicit Morse() {}; ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:39:14: note: candidate expects 0 arguments, 2 provided /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:21:7: note: candidate: constexpr Morse::Morse(const Morse&) class Morse { ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:21:7: note: candidate expects 1 argument, 2 provided /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:21:7: note: candidate: constexpr Morse::Morse(Morse&&) /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:21:7: note: candidate expects 1 argument, 2 provided /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h: In function 'void setup()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:36:10: error: 'void Morse::send(uint8_t)' is private void send(uint8_t tag); ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:33:28: error: within this context morse.send("HELLO WORLD"); ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:33:28: error: invalid conversion from 'const char*' to 'uint8_t {aka unsigned char}' [-fpermissive] In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:21:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse/Morse.h:36:10: note: initializing argument 1 of 'void Morse::send(uint8_t)' void send(uint8_t tag); ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino: In function 'void setTimerFrequency(int)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:46:24: error: 'VARIANT_MCK' was not declared in this scope int compareValue = (VARIANT_MCK / (TIMER_PRESCALER_DIV * frequencyHz)) - 1; ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:47:4: error: 'TcCount16' was not declared in this scope TcCount16* TC = (TcCount16*) TC5; ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:47:15: error: 'TC' was not declared in this scope TcCount16* TC = (TcCount16*) TC5; ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:47:31: error: expected primary-expression before ')' token TcCount16* TC = (TcCount16*) TC5; ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino: In function 'void startTimer(int)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:61:4: error: 'REG_GCLK_CLKCTRL' was not declared in this scope REG_GCLK_CLKCTRL = (uint16_t) (GCLK_CLKCTRL_CLKEN | GCLK_CLKCTRL_GEN_GCLK0 | GCLK_CLKCTRL_ID (GCM_TC4_TC5)) ; ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:61:35: error: 'GCLK_CLKCTRL_CLKEN' was not declared in this scope REG_GCLK_CLKCTRL = (uint16_t) (GCLK_CLKCTRL_CLKEN | GCLK_CLKCTRL_GEN_GCLK0 | GCLK_CLKCTRL_ID (GCM_TC4_TC5)) ; ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:61:56: error: 'GCLK_CLKCTRL_GEN_GCLK0' was not declared in this scope REG_GCLK_CLKCTRL = (uint16_t) (GCLK_CLKCTRL_CLKEN | GCLK_CLKCTRL_GEN_GCLK0 | GCLK_CLKCTRL_ID (GCM_TC4_TC5)) ; ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:61:98: error: 'GCM_TC4_TC5' was not declared in this scope REG_GCLK_CLKCTRL = (uint16_t) (GCLK_CLKCTRL_CLKEN | GCLK_CLKCTRL_GEN_GCLK0 | GCLK_CLKCTRL_ID (GCM_TC4_TC5)) ; ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:61:109: error: 'GCLK_CLKCTRL_ID' was not declared in this scope REG_GCLK_CLKCTRL = (uint16_t) (GCLK_CLKCTRL_CLKEN | GCLK_CLKCTRL_GEN_GCLK0 | GCLK_CLKCTRL_ID (GCM_TC4_TC5)) ; ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:62:12: error: 'GCLK' was not declared in this scope while ( GCLK->STATUS.bit.SYNCBUSY == 1 ); ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:64:4: error: 'TcCount16' was not declared in this scope TcCount16* TC = (TcCount16*) TC5; ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:64:15: error: 'TC' was not declared in this scope TcCount16* TC = (TcCount16*) TC5; ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:64:31: error: expected primary-expression before ')' token TcCount16* TC = (TcCount16*) TC5; ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:66:22: error: 'TC_CTRLA_ENABLE' was not declared in this scope TC->CTRLA.reg &= ~TC_CTRLA_ENABLE; ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:69:21: error: 'TC_CTRLA_MODE_COUNT16' was not declared in this scope TC->CTRLA.reg |= TC_CTRLA_MODE_COUNT16; ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:73:21: error: 'TC_CTRLA_WAVEGEN_MFRQ' was not declared in this scope TC->CTRLA.reg |= TC_CTRLA_WAVEGEN_MFRQ; ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:77:21: error: 'TC_CTRLA_PRESCALER_DIV1024' was not declared in this scope TC->CTRLA.reg |= TC_CTRLA_PRESCALER_DIV1024; ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:86:19: error: 'TC5_IRQn' was not declared in this scope NVIC_EnableIRQ(TC5_IRQn); ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:86:27: error: 'NVIC_EnableIRQ' was not declared in this scope NVIC_EnableIRQ(TC5_IRQn); ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino: In function 'void TC5_Handler()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:94:4: error: 'TcCount16' was not declared in this scope TcCount16* TC = (TcCount16*) TC5; ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:94:15: error: 'TC' was not declared in this scope TcCount16* TC = (TcCount16*) TC5; ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:94:31: error: expected primary-expression before ')' token TcCount16* TC = (TcCount16*) TC5; ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse/examples/morse_example_samd/morse_example_samd.ino:99:12: error: 'class Morse' has no member named 'update' morse.update(); ^ Multiple libraries were found for "Morse.h" Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Morse Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Etherkit_Morse