This report was generated on Wednesday, 23-Feb-22 22:48:15 CET using arduino-testlib.
Version: 1.2.9
More details
| Board | Claims compatibility | Inclusion | PinChangeInterrupt_LowLevel |
PinChangeInterrupt_TickTock |
PinChangeInterrupt_HowItWorks |
PinChangeInterrupt_Led |
|---|---|---|---|---|---|---|
|
arduino:avr:uno
1.8.4 |
Yes | PASS | FAIL | PASS | PASS | PASS |
|
arduino:mbed_nano:nanorp2040connect
2.7.2 |
No | FAIL | FAIL | FAIL | FAIL | FAIL |
|
arduino:megaavr:nona4809
1.8.7 |
No | FAIL | FAIL | FAIL | FAIL | FAIL |
|
arduino:samd:mkrwifi1010
1.8.12 |
No | FAIL | FAIL | FAIL | FAIL | FAIL |
|
esp32:esp32:d1_mini32
1.0.6 |
No | FAIL | FAIL | FAIL | 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: PASS
Sketch uses 1074 bytes (3%) of program storage space. Maximum is 32256 bytes. Global variables use 10 bytes (0%) of dynamic memory, leaving 2038 bytes for local variables. Maximum is 2048 bytes.
Result: PASS
Sketch uses 1384 bytes (4%) of program storage space. Maximum is 32256 bytes. Global variables use 34 bytes (1%) of dynamic memory, leaving 2014 bytes for local variables. Maximum is 2048 bytes.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/examples/PinChangeInterrupt_LowLevel/PinChangeInterrupt_LowLevel.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/examples/PinChangeInterrupt_LowLevel/PinChangeInterrupt_LowLevel.ino:50:50: error: too few arguments to function 'void attachPinChangeInterrupt(uint8_t, void (*)(), uint8_t)'
attachPinChangeInterrupt(interruptBlink, CHANGE);
^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/examples/PinChangeInterrupt_LowLevel/PinChangeInterrupt_LowLevel.ino:36:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/src/PinChangeInterrupt.h:409:6: note: declared here
void attachPinChangeInterrupt(const uint8_t pcintNum, void(*userFunc)(void), const uint8_t mode) {
^~~~~~~~~~~~~~~~~~~~~~~~
Multiple libraries were found for "PinChangeInterrupt.h"
Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt
Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNode
Result: PASS
Sketch uses 2890 bytes (8%) of program storage space. Maximum is 32256 bytes. Global variables use 215 bytes (10%) of dynamic memory, leaving 1833 bytes for local variables. Maximum is 2048 bytes.
Result: FAIL
In file included from /tmp/arduino-testlib2894511768/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/src/PinChangeInterrupt.h:30:10: fatal error: avr/io.h: No such file or directory
#include <avr/io.h>
^~~~~~~~~~
compilation terminated.
Multiple libraries were found for "PinChangeInterrupt.h"
Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt
Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNode
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/examples/PinChangeInterrupt_HowItWorks/PinChangeInterrupt_HowItWorks.ino:63:35: error: missing binary operator before token "("
#define PCIE digitalPinToPCICRbit(PCINT_PIN)
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/examples/PinChangeInterrupt_HowItWorks/PinChangeInterrupt_HowItWorks.ino:66:6: note: in expansion of macro 'PCIE'
#if (PCIE == 0)
^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/examples/PinChangeInterrupt_HowItWorks/PinChangeInterrupt_HowItWorks.ino:63:35: error: missing binary operator before token "("
#define PCIE digitalPinToPCICRbit(PCINT_PIN)
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/examples/PinChangeInterrupt_HowItWorks/PinChangeInterrupt_HowItWorks.ino:68:8: note: in expansion of macro 'PCIE'
#elif (PCIE == 1)
^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/examples/PinChangeInterrupt_HowItWorks/PinChangeInterrupt_HowItWorks.ino:63:35: error: missing binary operator before token "("
#define PCIE digitalPinToPCICRbit(PCINT_PIN)
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/examples/PinChangeInterrupt_HowItWorks/PinChangeInterrupt_HowItWorks.ino:70:8: note: in expansion of macro 'PCIE'
#elif (PCIE == 2)
^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/examples/PinChangeInterrupt_HowItWorks/PinChangeInterrupt_HowItWorks.ino:73:2: error: #error This board doesnt support PCINT ?
#error This board doesnt support PCINT ?
^~~~~
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/examples/PinChangeInterrupt_Led/PinChangeInterrupt_Led.ino:29:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/src/PinChangeInterrupt.h:30:10: fatal error: avr/io.h: No such file or directory
#include <avr/io.h>
^~~~~~~~~~
compilation terminated.
Multiple libraries were found for "PinChangeInterrupt.h"
Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt
Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNode
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/examples/PinChangeInterrupt_LowLevel/PinChangeInterrupt_LowLevel.ino:36:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/src/PinChangeInterrupt.h:30:10: fatal error: avr/io.h: No such file or directory
#include <avr/io.h>
^~~~~~~~~~
compilation terminated.
Multiple libraries were found for "PinChangeInterrupt.h"
Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt
Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNode
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/examples/PinChangeInterrupt_TickTock/PinChangeInterrupt_TickTock.ino:30:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/src/PinChangeInterrupt.h:30:10: fatal error: avr/io.h: No such file or directory
#include <avr/io.h>
^~~~~~~~~~
compilation terminated.
Multiple libraries were found for "PinChangeInterrupt.h"
Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt
Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNode
Result: FAIL
WARNING: library PinChangeInterrupt claims to run on avr architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
In file included from /tmp/arduino-testlib2894511768/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/src/PinChangeInterrupt.h:37:2: error: #error This library can only be used with AVR
#error This library can only be used with AVR
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/src/PinChangeInterrupt.h:64:0,
from /tmp/arduino-testlib2894511768/test/test.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/src/PinChangeInterruptBoards.h:147:2: error: #error PinChangeInterrupt library does not support this MCU.
#error PinChangeInterrupt library does not support this MCU.
^~~~~
In file included from /tmp/arduino-testlib2894511768/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/src/PinChangeInterrupt.h:68:2: error: #error Please enable at least one PCINT port and pin!
#error Please enable at least one PCINT port and pin!
^~~~~
In file included from /tmp/arduino-testlib2894511768/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/src/PinChangeInterrupt.h:107:2: error: #error MCU has no such a register
#error MCU has no such a register
^~~~~
Multiple libraries were found for "PinChangeInterrupt.h"
Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt
Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNode
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/examples/PinChangeInterrupt_HowItWorks/PinChangeInterrupt_HowItWorks.ino:63:35: error: missing binary operator before token "("
#define PCIE digitalPinToPCICRbit(PCINT_PIN)
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/examples/PinChangeInterrupt_HowItWorks/PinChangeInterrupt_HowItWorks.ino:66:6: note: in expansion of macro 'PCIE'
#if (PCIE == 0)
^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/examples/PinChangeInterrupt_HowItWorks/PinChangeInterrupt_HowItWorks.ino:63:35: error: missing binary operator before token "("
#define PCIE digitalPinToPCICRbit(PCINT_PIN)
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/examples/PinChangeInterrupt_HowItWorks/PinChangeInterrupt_HowItWorks.ino:68:8: note: in expansion of macro 'PCIE'
#elif (PCIE == 1)
^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/examples/PinChangeInterrupt_HowItWorks/PinChangeInterrupt_HowItWorks.ino:63:35: error: missing binary operator before token "("
#define PCIE digitalPinToPCICRbit(PCINT_PIN)
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/examples/PinChangeInterrupt_HowItWorks/PinChangeInterrupt_HowItWorks.ino:70:8: note: in expansion of macro 'PCIE'
#elif (PCIE == 2)
^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/examples/PinChangeInterrupt_HowItWorks/PinChangeInterrupt_HowItWorks.ino:73:2: error: #error This board doesnt support PCINT ?
#error This board doesnt support PCINT ?
^~~~~
Result: FAIL
WARNING: library PinChangeInterrupt claims to run on avr architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/examples/PinChangeInterrupt_Led/PinChangeInterrupt_Led.ino:29:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/src/PinChangeInterrupt.h:37:2: error: #error This library can only be used with AVR
#error This library can only be used with AVR
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/src/PinChangeInterrupt.h:64:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/examples/PinChangeInterrupt_Led/PinChangeInterrupt_Led.ino:29:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/src/PinChangeInterruptBoards.h:147:2: error: #error PinChangeInterrupt library does not support this MCU.
#error PinChangeInterrupt library does not support this MCU.
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/examples/PinChangeInterrupt_Led/PinChangeInterrupt_Led.ino:29:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/src/PinChangeInterrupt.h:68:2: error: #error Please enable at least one PCINT port and pin!
#error Please enable at least one PCINT port and pin!
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/examples/PinChangeInterrupt_Led/PinChangeInterrupt_Led.ino:29:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/src/PinChangeInterrupt.h:107:2: error: #error MCU has no such a register
#error MCU has no such a register
^~~~~
Multiple libraries were found for "PinChangeInterrupt.h"
Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt
Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNode
Result: FAIL
WARNING: library PinChangeInterrupt claims to run on avr architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/examples/PinChangeInterrupt_LowLevel/PinChangeInterrupt_LowLevel.ino:36:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/src/PinChangeInterrupt.h:37:2: error: #error This library can only be used with AVR
#error This library can only be used with AVR
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/src/PinChangeInterrupt.h:64:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/examples/PinChangeInterrupt_LowLevel/PinChangeInterrupt_LowLevel.ino:36:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/src/PinChangeInterruptBoards.h:147:2: error: #error PinChangeInterrupt library does not support this MCU.
#error PinChangeInterrupt library does not support this MCU.
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/examples/PinChangeInterrupt_LowLevel/PinChangeInterrupt_LowLevel.ino:36:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/src/PinChangeInterrupt.h:68:2: error: #error Please enable at least one PCINT port and pin!
#error Please enable at least one PCINT port and pin!
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/examples/PinChangeInterrupt_LowLevel/PinChangeInterrupt_LowLevel.ino:36:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/src/PinChangeInterrupt.h:107:2: error: #error MCU has no such a register
#error MCU has no such a register
^~~~~
Multiple libraries were found for "PinChangeInterrupt.h"
Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt
Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNode
Result: FAIL
WARNING: library PinChangeInterrupt claims to run on avr architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/examples/PinChangeInterrupt_TickTock/PinChangeInterrupt_TickTock.ino:30:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/src/PinChangeInterrupt.h:37:2: error: #error This library can only be used with AVR
#error This library can only be used with AVR
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/src/PinChangeInterrupt.h:64:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/examples/PinChangeInterrupt_TickTock/PinChangeInterrupt_TickTock.ino:30:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/src/PinChangeInterruptBoards.h:147:2: error: #error PinChangeInterrupt library does not support this MCU.
#error PinChangeInterrupt library does not support this MCU.
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/examples/PinChangeInterrupt_TickTock/PinChangeInterrupt_TickTock.ino:30:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/src/PinChangeInterrupt.h:68:2: error: #error Please enable at least one PCINT port and pin!
#error Please enable at least one PCINT port and pin!
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/examples/PinChangeInterrupt_TickTock/PinChangeInterrupt_TickTock.ino:30:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/src/PinChangeInterrupt.h:107:2: error: #error MCU has no such a register
#error MCU has no such a register
^~~~~
Multiple libraries were found for "PinChangeInterrupt.h"
Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt
Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNode
Result: FAIL
In file included from /tmp/arduino-testlib4019263652/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/src/PinChangeInterrupt.h:30:10: fatal error: avr/io.h: No such file or directory
#include <avr/io.h>
^~~~~~~~~~
compilation terminated.
Multiple libraries were found for "PinChangeInterrupt.h"
Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt
Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNode
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/examples/PinChangeInterrupt_HowItWorks/PinChangeInterrupt_HowItWorks.ino:63:35: error: missing binary operator before token "("
#define PCIE digitalPinToPCICRbit(PCINT_PIN)
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/examples/PinChangeInterrupt_HowItWorks/PinChangeInterrupt_HowItWorks.ino:66:6: note: in expansion of macro 'PCIE'
#if (PCIE == 0)
^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/examples/PinChangeInterrupt_HowItWorks/PinChangeInterrupt_HowItWorks.ino:63:35: error: missing binary operator before token "("
#define PCIE digitalPinToPCICRbit(PCINT_PIN)
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/examples/PinChangeInterrupt_HowItWorks/PinChangeInterrupt_HowItWorks.ino:68:8: note: in expansion of macro 'PCIE'
#elif (PCIE == 1)
^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/examples/PinChangeInterrupt_HowItWorks/PinChangeInterrupt_HowItWorks.ino:63:35: error: missing binary operator before token "("
#define PCIE digitalPinToPCICRbit(PCINT_PIN)
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/examples/PinChangeInterrupt_HowItWorks/PinChangeInterrupt_HowItWorks.ino:70:8: note: in expansion of macro 'PCIE'
#elif (PCIE == 2)
^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/examples/PinChangeInterrupt_HowItWorks/PinChangeInterrupt_HowItWorks.ino:73:2: error: #error This board doesnt support PCINT ?
#error This board doesnt support PCINT ?
^~~~~
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/examples/PinChangeInterrupt_Led/PinChangeInterrupt_Led.ino:29:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/src/PinChangeInterrupt.h:30:10: fatal error: avr/io.h: No such file or directory
#include <avr/io.h>
^~~~~~~~~~
compilation terminated.
Multiple libraries were found for "PinChangeInterrupt.h"
Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt
Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNode
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/examples/PinChangeInterrupt_LowLevel/PinChangeInterrupt_LowLevel.ino:36:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/src/PinChangeInterrupt.h:30:10: fatal error: avr/io.h: No such file or directory
#include <avr/io.h>
^~~~~~~~~~
compilation terminated.
Multiple libraries were found for "PinChangeInterrupt.h"
Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt
Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNode
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/examples/PinChangeInterrupt_TickTock/PinChangeInterrupt_TickTock.ino:30:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/src/PinChangeInterrupt.h:30:10: fatal error: avr/io.h: No such file or directory
#include <avr/io.h>
^~~~~~~~~~
compilation terminated.
Multiple libraries were found for "PinChangeInterrupt.h"
Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt
Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNode
Result: FAIL
In file included from /tmp/arduino-testlib592746286/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/src/PinChangeInterrupt.h:30:20: fatal error: avr/io.h: No such file or directory
#include <avr/io.h>
^
compilation terminated.
Multiple libraries were found for "PinChangeInterrupt.h"
Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt
Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNode
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/examples/PinChangeInterrupt_HowItWorks/PinChangeInterrupt_HowItWorks.ino:63:35: error: missing binary operator before token "("
#define PCIE digitalPinToPCICRbit(PCINT_PIN)
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/examples/PinChangeInterrupt_HowItWorks/PinChangeInterrupt_HowItWorks.ino:66:6: note: in expansion of macro 'PCIE'
#if (PCIE == 0)
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/examples/PinChangeInterrupt_HowItWorks/PinChangeInterrupt_HowItWorks.ino:63:35: error: missing binary operator before token "("
#define PCIE digitalPinToPCICRbit(PCINT_PIN)
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/examples/PinChangeInterrupt_HowItWorks/PinChangeInterrupt_HowItWorks.ino:68:8: note: in expansion of macro 'PCIE'
#elif (PCIE == 1)
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/examples/PinChangeInterrupt_HowItWorks/PinChangeInterrupt_HowItWorks.ino:63:35: error: missing binary operator before token "("
#define PCIE digitalPinToPCICRbit(PCINT_PIN)
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/examples/PinChangeInterrupt_HowItWorks/PinChangeInterrupt_HowItWorks.ino:70:8: note: in expansion of macro 'PCIE'
#elif (PCIE == 2)
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/examples/PinChangeInterrupt_HowItWorks/PinChangeInterrupt_HowItWorks.ino:73:2: error: #error This board doesnt support PCINT ?
#error This board doesnt support PCINT ?
^
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/examples/PinChangeInterrupt_Led/PinChangeInterrupt_Led.ino:29:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/src/PinChangeInterrupt.h:30:20: fatal error: avr/io.h: No such file or directory
#include <avr/io.h>
^
compilation terminated.
Multiple libraries were found for "PinChangeInterrupt.h"
Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt
Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNode
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/examples/PinChangeInterrupt_LowLevel/PinChangeInterrupt_LowLevel.ino:36:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/src/PinChangeInterrupt.h:30:20: fatal error: avr/io.h: No such file or directory
#include <avr/io.h>
^
compilation terminated.
Multiple libraries were found for "PinChangeInterrupt.h"
Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt
Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNode
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/examples/PinChangeInterrupt_TickTock/PinChangeInterrupt_TickTock.ino:30:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt/src/PinChangeInterrupt.h:30:20: fatal error: avr/io.h: No such file or directory
#include <avr/io.h>
^
compilation terminated.
Multiple libraries were found for "PinChangeInterrupt.h"
Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PinChangeInterrupt
Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNode