RAKwireless I3G4250D Gyroscope library - compatibility matrix

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

RAKwireless I3G4250D Gyroscope library

Version: 1.0.0
More details

Compatibility matrix

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

Compilation logs

arduino:avr:uno @ 1.8.4

Inclusion

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

/tmp/arduino-testlib898385472/test/test.ino:1:10: fatal error: RAKwireless_I3G4250D_Gyroscope_library.h: No such file or directory
 #include <RAKwireless_I3G4250D_Gyroscope_library.h>
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.

examples/RAK12025_I3G4250D_Gyroscope

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope/RAK12025_I3G4250D_Gyroscope.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope/RAK12025_I3G4250D_Gyroscope.ino:18:11: error: 'WB_IO2' was not declared in this scope
   pinMode(WB_IO2, OUTPUT);
           ^~~~~~

examples/RAK12025_I3G4250D_Gyroscope_Interrupt

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope_Interrupt/RAK12025_I3G4250D_Gyroscope_Interrupt.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope_Interrupt/RAK12025_I3G4250D_Gyroscope_Interrupt.ino:25:11: error: 'WB_IO2' was not declared in this scope
   pinMode(WB_IO2, OUTPUT);
           ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope_Interrupt/RAK12025_I3G4250D_Gyroscope_Interrupt.ino:30:3: error: 'time_t' was not declared in this scope
   time_t timeout = millis();
   ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope_Interrupt/RAK12025_I3G4250D_Gyroscope_Interrupt.ino:30:3: note: suggested alternative: 'size_t'
   time_t timeout = millis();
   ^~~~~~
   size_t
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope_Interrupt/RAK12025_I3G4250D_Gyroscope_Interrupt.ino:34:21: error: 'timeout' was not declared in this scope
     if ((millis() - timeout) < 5000)
                     ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope_Interrupt/RAK12025_I3G4250D_Gyroscope_Interrupt.ino:14:17: error: 'WB_IO4' was not declared in this scope
 #define INT1    WB_IO4  // If is use Slot D, INT1 is connected to WB_IO6.
                 ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope_Interrupt/RAK12025_I3G4250D_Gyroscope_Interrupt.ino:64:11: note: in expansion of macro 'INT1'
   pinMode(INT1,INPUT);  // Connect with I3G4250D INT1.
           ^~~~

examples/RAK12025_I3G4250D_Gyroscope_Low_Power

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope_Low_Power/RAK12025_I3G4250D_Gyroscope_Low_Power.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope_Low_Power/RAK12025_I3G4250D_Gyroscope_Low_Power.ino:18:11: error: 'WB_IO2' was not declared in this scope
   pinMode(WB_IO2, OUTPUT);
           ^~~~~~

arduino:mbed_nano:nanorp2040connect @ 2.7.2

Inclusion

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

/tmp/arduino-testlib854245450/test/test.ino:1:10: fatal error: RAKwireless_I3G4250D_Gyroscope_library.h: No such file or directory
 #include <RAKwireless_I3G4250D_Gyroscope_library.h>
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.

examples/RAK12025_I3G4250D_Gyroscope

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope/RAK12025_I3G4250D_Gyroscope.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope/RAK12025_I3G4250D_Gyroscope.ino:18:11: error: 'WB_IO2' was not declared in this scope
   pinMode(WB_IO2, OUTPUT);
           ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope/RAK12025_I3G4250D_Gyroscope.ino:18:11: note: suggested alternative: '__IOM'
   pinMode(WB_IO2, OUTPUT);
           ^~~~~~
           __IOM

examples/RAK12025_I3G4250D_Gyroscope_Interrupt

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope_Interrupt/RAK12025_I3G4250D_Gyroscope_Interrupt.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope_Interrupt/RAK12025_I3G4250D_Gyroscope_Interrupt.ino:25:11: error: 'WB_IO2' was not declared in this scope
   pinMode(WB_IO2, OUTPUT);
           ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope_Interrupt/RAK12025_I3G4250D_Gyroscope_Interrupt.ino:25:11: note: suggested alternative: '__IOM'
   pinMode(WB_IO2, OUTPUT);
           ^~~~~~
           __IOM
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope_Interrupt/RAK12025_I3G4250D_Gyroscope_Interrupt.ino:14:17: error: 'WB_IO4' was not declared in this scope
 #define INT1    WB_IO4  // If is use Slot D, INT1 is connected to WB_IO6.
                 ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope_Interrupt/RAK12025_I3G4250D_Gyroscope_Interrupt.ino:64:11: note: in expansion of macro 'INT1'
   pinMode(INT1,INPUT);  // Connect with I3G4250D INT1.
           ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope_Interrupt/RAK12025_I3G4250D_Gyroscope_Interrupt.ino:14:17: note: suggested alternative: '__IOM'
 #define INT1    WB_IO4  // If is use Slot D, INT1 is connected to WB_IO6.
                 ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope_Interrupt/RAK12025_I3G4250D_Gyroscope_Interrupt.ino:64:11: note: in expansion of macro 'INT1'
   pinMode(INT1,INPUT);  // Connect with I3G4250D INT1.
           ^~~~

examples/RAK12025_I3G4250D_Gyroscope_Low_Power

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope_Low_Power/RAK12025_I3G4250D_Gyroscope_Low_Power.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope_Low_Power/RAK12025_I3G4250D_Gyroscope_Low_Power.ino:18:11: error: 'WB_IO2' was not declared in this scope
   pinMode(WB_IO2, OUTPUT);
           ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope_Low_Power/RAK12025_I3G4250D_Gyroscope_Low_Power.ino:18:11: note: suggested alternative: '__IOM'
   pinMode(WB_IO2, OUTPUT);
           ^~~~~~
           __IOM

arduino:megaavr:nona4809 @ 1.8.7

Inclusion

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

/tmp/arduino-testlib854245450/test/test.ino:1:10: fatal error: RAKwireless_I3G4250D_Gyroscope_library.h: No such file or directory
 #include <RAKwireless_I3G4250D_Gyroscope_library.h>
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.

examples/RAK12025_I3G4250D_Gyroscope

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope/RAK12025_I3G4250D_Gyroscope.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope/RAK12025_I3G4250D_Gyroscope.ino:18:11: error: 'WB_IO2' was not declared in this scope
   pinMode(WB_IO2, OUTPUT);
           ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope/RAK12025_I3G4250D_Gyroscope.ino:18:11: note: suggested alternative: 'GPIO2'
   pinMode(WB_IO2, OUTPUT);
           ^~~~~~
           GPIO2

examples/RAK12025_I3G4250D_Gyroscope_Interrupt

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope_Interrupt/RAK12025_I3G4250D_Gyroscope_Interrupt.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope_Interrupt/RAK12025_I3G4250D_Gyroscope_Interrupt.ino:25:11: error: 'WB_IO2' was not declared in this scope
   pinMode(WB_IO2, OUTPUT);
           ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope_Interrupt/RAK12025_I3G4250D_Gyroscope_Interrupt.ino:25:11: note: suggested alternative: 'GPIO2'
   pinMode(WB_IO2, OUTPUT);
           ^~~~~~
           GPIO2
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope_Interrupt/RAK12025_I3G4250D_Gyroscope_Interrupt.ino:30:3: error: 'time_t' was not declared in this scope
   time_t timeout = millis();
   ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope_Interrupt/RAK12025_I3G4250D_Gyroscope_Interrupt.ino:30:3: note: suggested alternative: 'size_t'
   time_t timeout = millis();
   ^~~~~~
   size_t
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope_Interrupt/RAK12025_I3G4250D_Gyroscope_Interrupt.ino:34:21: error: 'timeout' was not declared in this scope
     if ((millis() - timeout) < 5000)
                     ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope_Interrupt/RAK12025_I3G4250D_Gyroscope_Interrupt.ino:14:17: error: 'WB_IO4' was not declared in this scope
 #define INT1    WB_IO4  // If is use Slot D, INT1 is connected to WB_IO6.
                 ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope_Interrupt/RAK12025_I3G4250D_Gyroscope_Interrupt.ino:64:11: note: in expansion of macro 'INT1'
   pinMode(INT1,INPUT);  // Connect with I3G4250D INT1.
           ^~~~

examples/RAK12025_I3G4250D_Gyroscope_Low_Power

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope_Low_Power/RAK12025_I3G4250D_Gyroscope_Low_Power.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope_Low_Power/RAK12025_I3G4250D_Gyroscope_Low_Power.ino:18:11: error: 'WB_IO2' was not declared in this scope
   pinMode(WB_IO2, OUTPUT);
           ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope_Low_Power/RAK12025_I3G4250D_Gyroscope_Low_Power.ino:18:11: note: suggested alternative: 'GPIO2'
   pinMode(WB_IO2, OUTPUT);
           ^~~~~~
           GPIO2

arduino:samd:mkrwifi1010 @ 1.8.12

Inclusion

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

/tmp/arduino-testlib898385472/test/test.ino:1:10: fatal error: RAKwireless_I3G4250D_Gyroscope_library.h: No such file or directory
 #include <RAKwireless_I3G4250D_Gyroscope_library.h>
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.

examples/RAK12025_I3G4250D_Gyroscope

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope/RAK12025_I3G4250D_Gyroscope.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope/RAK12025_I3G4250D_Gyroscope.ino:18:11: error: 'WB_IO2' was not declared in this scope
   pinMode(WB_IO2, OUTPUT);
           ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope/RAK12025_I3G4250D_Gyroscope.ino:18:11: note: suggested alternative: '__IOM'
   pinMode(WB_IO2, OUTPUT);
           ^~~~~~
           __IOM

examples/RAK12025_I3G4250D_Gyroscope_Interrupt

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope_Interrupt/RAK12025_I3G4250D_Gyroscope_Interrupt.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope_Interrupt/RAK12025_I3G4250D_Gyroscope_Interrupt.ino:25:11: error: 'WB_IO2' was not declared in this scope
   pinMode(WB_IO2, OUTPUT);
           ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope_Interrupt/RAK12025_I3G4250D_Gyroscope_Interrupt.ino:25:11: note: suggested alternative: '__IOM'
   pinMode(WB_IO2, OUTPUT);
           ^~~~~~
           __IOM
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope_Interrupt/RAK12025_I3G4250D_Gyroscope_Interrupt.ino:14:17: error: 'WB_IO4' was not declared in this scope
 #define INT1    WB_IO4  // If is use Slot D, INT1 is connected to WB_IO6.
                 ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope_Interrupt/RAK12025_I3G4250D_Gyroscope_Interrupt.ino:64:11: note: in expansion of macro 'INT1'
   pinMode(INT1,INPUT);  // Connect with I3G4250D INT1.
           ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope_Interrupt/RAK12025_I3G4250D_Gyroscope_Interrupt.ino:14:17: note: suggested alternative: '__IOM'
 #define INT1    WB_IO4  // If is use Slot D, INT1 is connected to WB_IO6.
                 ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope_Interrupt/RAK12025_I3G4250D_Gyroscope_Interrupt.ino:64:11: note: in expansion of macro 'INT1'
   pinMode(INT1,INPUT);  // Connect with I3G4250D INT1.
           ^~~~

examples/RAK12025_I3G4250D_Gyroscope_Low_Power

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope_Low_Power/RAK12025_I3G4250D_Gyroscope_Low_Power.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope_Low_Power/RAK12025_I3G4250D_Gyroscope_Low_Power.ino:18:11: error: 'WB_IO2' was not declared in this scope
   pinMode(WB_IO2, OUTPUT);
           ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope_Low_Power/RAK12025_I3G4250D_Gyroscope_Low_Power.ino:18:11: note: suggested alternative: '__IOM'
   pinMode(WB_IO2, OUTPUT);
           ^~~~~~
           __IOM

esp32:esp32:d1_mini32 @ 1.0.6

Inclusion

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

/tmp/arduino-testlib3992267048/test/test.ino:1:52: fatal error: RAKwireless_I3G4250D_Gyroscope_library.h: No such file or directory
compilation terminated.

examples/RAK12025_I3G4250D_Gyroscope

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope/RAK12025_I3G4250D_Gyroscope.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope/RAK12025_I3G4250D_Gyroscope.ino:18:11: error: 'WB_IO2' was not declared in this scope
   pinMode(WB_IO2, OUTPUT);
           ^

examples/RAK12025_I3G4250D_Gyroscope_Interrupt

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope_Interrupt/RAK12025_I3G4250D_Gyroscope_Interrupt.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope_Interrupt/RAK12025_I3G4250D_Gyroscope_Interrupt.ino:25:11: error: 'WB_IO2' was not declared in this scope
   pinMode(WB_IO2, OUTPUT);
           ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope_Interrupt/RAK12025_I3G4250D_Gyroscope_Interrupt.ino:14:17: error: 'WB_IO4' was not declared in this scope
 #define INT1    WB_IO4  // If is use Slot D, INT1 is connected to WB_IO6.
                 ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope_Interrupt/RAK12025_I3G4250D_Gyroscope_Interrupt.ino:64:11: note: in expansion of macro 'INT1'
   pinMode(INT1,INPUT);  // Connect with I3G4250D INT1.
           ^

examples/RAK12025_I3G4250D_Gyroscope_Low_Power

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope_Low_Power/RAK12025_I3G4250D_Gyroscope_Low_Power.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RAKwireless_I3G4250D_Gyroscope_library/examples/RAK12025_I3G4250D_Gyroscope_Low_Power/RAK12025_I3G4250D_Gyroscope_Low_Power.ino:18:11: error: 'WB_IO2' was not declared in this scope
   pinMode(WB_IO2, OUTPUT);
           ^