Sleep_n0m1 - compatibility matrix

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

Sleep_n0m1

Version: 1.1.1
More details

Compatibility matrix

Board Claims compatibility Inclusion
Sleep_n0m1_Interrupt
Sleep_n0m1_abortCycle
Sleep_n0m1_countDown
Sleep_n0m1_simple
arduino:avr:uno
1.8.4
Yes PASS PASS 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

Compilation logs

arduino:avr:uno @ 1.8.4

Inclusion

Result: PASS

Sketch uses 690 bytes (2%) of program storage space. Maximum is 32256 bytes.
Global variables use 13 bytes (0%) of dynamic memory, leaving 2035 bytes for local variables. Maximum is 2048 bytes.

examples/Sleep_n0m1_Interrupt

Result: PASS

Sketch uses 2428 bytes (7%) of program storage space. Maximum is 32256 bytes.
Global variables use 255 bytes (12%) of dynamic memory, leaving 1793 bytes for local variables. Maximum is 2048 bytes.

examples/Sleep_n0m1_abortCycle

Result: PASS

Sketch uses 3636 bytes (11%) of program storage space. Maximum is 32256 bytes.
Global variables use 244 bytes (11%) of dynamic memory, leaving 1804 bytes for local variables. Maximum is 2048 bytes.

examples/Sleep_n0m1_countDown

Result: PASS

Sketch uses 3816 bytes (11%) of program storage space. Maximum is 32256 bytes.
Global variables use 239 bytes (11%) of dynamic memory, leaving 1809 bytes for local variables. Maximum is 2048 bytes.

examples/Sleep_n0m1_simple

Result: PASS

Sketch uses 3622 bytes (11%) of program storage space. Maximum is 32256 bytes.
Global variables use 249 bytes (12%) of dynamic memory, leaving 1799 bytes for local variables. Maximum is 2048 bytes.

arduino:mbed_nano:nanorp2040connect @ 2.7.2

Inclusion

Result: FAIL

In file included from /tmp/arduino-testlib845471660/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h:30:10: fatal error: avr/sleep.h: No such file or directory
 #include <avr/sleep.h>
          ^~~~~~~~~~~~~
compilation terminated.

examples/Sleep_n0m1_Interrupt

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/examples/Sleep_n0m1_Interrupt/Sleep_n0m1_Interrupt.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h:30:10: fatal error: avr/sleep.h: No such file or directory
 #include <avr/sleep.h>
          ^~~~~~~~~~~~~
compilation terminated.

examples/Sleep_n0m1_abortCycle

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/examples/Sleep_n0m1_abortCycle/Sleep_n0m1_abortCycle.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h:30:10: fatal error: avr/sleep.h: No such file or directory
 #include <avr/sleep.h>
          ^~~~~~~~~~~~~
compilation terminated.

examples/Sleep_n0m1_countDown

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/examples/Sleep_n0m1_countDown/Sleep_n0m1_countDown.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h:30:10: fatal error: avr/sleep.h: No such file or directory
 #include <avr/sleep.h>
          ^~~~~~~~~~~~~
compilation terminated.

examples/Sleep_n0m1_simple

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/examples/Sleep_n0m1_simple/Sleep_n0m1_simple.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h:30:10: fatal error: avr/sleep.h: No such file or directory
 #include <avr/sleep.h>
          ^~~~~~~~~~~~~
compilation terminated.

arduino:megaavr:nona4809 @ 1.8.7

Inclusion

Result: FAIL

WARNING: library Sleep_n0m1 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-testlib845471660/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h: In member function 'void Sleep::adcMode()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h:73:31: error: 'SLEEP_MODE_ADC' was not declared in this scope
  void adcMode() {setSleepMode(SLEEP_MODE_ADC);}
                               ^~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h:73:31: note: suggested alternative: 'SLEEP_MODE_IDLE'
  void adcMode() {setSleepMode(SLEEP_MODE_ADC);}
                               ^~~~~~~~~~~~~~
                               SLEEP_MODE_IDLE
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h: In member function 'void Sleep::pwrSaveMode()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h:80:35: error: 'SLEEP_MODE_PWR_SAVE' was not declared in this scope
  void pwrSaveMode() {setSleepMode(SLEEP_MODE_PWR_SAVE);}
                                   ^~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h:80:35: note: suggested alternative: 'SLEEP_MODE_PWR_DOWN'
  void pwrSaveMode() {setSleepMode(SLEEP_MODE_PWR_SAVE);}
                                   ^~~~~~~~~~~~~~~~~~~
                                   SLEEP_MODE_PWR_DOWN
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h: In member function 'void Sleep::extStandbyMode()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h:87:37: error: 'SLEEP_MODE_EXT_STANDBY' was not declared in this scope
  void extStandbyMode(){setSleepMode(SLEEP_MODE_EXT_STANDBY);}
                                     ^~~~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h:87:37: note: suggested alternative: 'SLEEP_MODE_STANDBY'
  void extStandbyMode(){setSleepMode(SLEEP_MODE_EXT_STANDBY);}
                                     ^~~~~~~~~~~~~~~~~~~~~~
                                     SLEEP_MODE_STANDBY

examples/Sleep_n0m1_Interrupt

Result: FAIL

WARNING: library Sleep_n0m1 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/Sleep_n0m1/examples/Sleep_n0m1_Interrupt/Sleep_n0m1_Interrupt.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h: In member function 'void Sleep::adcMode()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h:73:31: error: 'SLEEP_MODE_ADC' was not declared in this scope
  void adcMode() {setSleepMode(SLEEP_MODE_ADC);}
                               ^~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h:73:31: note: suggested alternative: 'SLEEP_MODE_IDLE'
  void adcMode() {setSleepMode(SLEEP_MODE_ADC);}
                               ^~~~~~~~~~~~~~
                               SLEEP_MODE_IDLE
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h: In member function 'void Sleep::pwrSaveMode()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h:80:35: error: 'SLEEP_MODE_PWR_SAVE' was not declared in this scope
  void pwrSaveMode() {setSleepMode(SLEEP_MODE_PWR_SAVE);}
                                   ^~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h:80:35: note: suggested alternative: 'SLEEP_MODE_PWR_DOWN'
  void pwrSaveMode() {setSleepMode(SLEEP_MODE_PWR_SAVE);}
                                   ^~~~~~~~~~~~~~~~~~~
                                   SLEEP_MODE_PWR_DOWN
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h: In member function 'void Sleep::extStandbyMode()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h:87:37: error: 'SLEEP_MODE_EXT_STANDBY' was not declared in this scope
  void extStandbyMode(){setSleepMode(SLEEP_MODE_EXT_STANDBY);}
                                     ^~~~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h:87:37: note: suggested alternative: 'SLEEP_MODE_STANDBY'
  void extStandbyMode(){setSleepMode(SLEEP_MODE_EXT_STANDBY);}
                                     ^~~~~~~~~~~~~~~~~~~~~~
                                     SLEEP_MODE_STANDBY

examples/Sleep_n0m1_abortCycle

Result: FAIL

WARNING: library Sleep_n0m1 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/Sleep_n0m1/examples/Sleep_n0m1_abortCycle/Sleep_n0m1_abortCycle.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h: In member function 'void Sleep::adcMode()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h:73:31: error: 'SLEEP_MODE_ADC' was not declared in this scope
  void adcMode() {setSleepMode(SLEEP_MODE_ADC);}
                               ^~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h:73:31: note: suggested alternative: 'SLEEP_MODE_IDLE'
  void adcMode() {setSleepMode(SLEEP_MODE_ADC);}
                               ^~~~~~~~~~~~~~
                               SLEEP_MODE_IDLE
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h: In member function 'void Sleep::pwrSaveMode()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h:80:35: error: 'SLEEP_MODE_PWR_SAVE' was not declared in this scope
  void pwrSaveMode() {setSleepMode(SLEEP_MODE_PWR_SAVE);}
                                   ^~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h:80:35: note: suggested alternative: 'SLEEP_MODE_PWR_DOWN'
  void pwrSaveMode() {setSleepMode(SLEEP_MODE_PWR_SAVE);}
                                   ^~~~~~~~~~~~~~~~~~~
                                   SLEEP_MODE_PWR_DOWN
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h: In member function 'void Sleep::extStandbyMode()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h:87:37: error: 'SLEEP_MODE_EXT_STANDBY' was not declared in this scope
  void extStandbyMode(){setSleepMode(SLEEP_MODE_EXT_STANDBY);}
                                     ^~~~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h:87:37: note: suggested alternative: 'SLEEP_MODE_STANDBY'
  void extStandbyMode(){setSleepMode(SLEEP_MODE_EXT_STANDBY);}
                                     ^~~~~~~~~~~~~~~~~~~~~~
                                     SLEEP_MODE_STANDBY

examples/Sleep_n0m1_countDown

Result: FAIL

WARNING: library Sleep_n0m1 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/Sleep_n0m1/examples/Sleep_n0m1_countDown/Sleep_n0m1_countDown.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h: In member function 'void Sleep::adcMode()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h:73:31: error: 'SLEEP_MODE_ADC' was not declared in this scope
  void adcMode() {setSleepMode(SLEEP_MODE_ADC);}
                               ^~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h:73:31: note: suggested alternative: 'SLEEP_MODE_IDLE'
  void adcMode() {setSleepMode(SLEEP_MODE_ADC);}
                               ^~~~~~~~~~~~~~
                               SLEEP_MODE_IDLE
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h: In member function 'void Sleep::pwrSaveMode()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h:80:35: error: 'SLEEP_MODE_PWR_SAVE' was not declared in this scope
  void pwrSaveMode() {setSleepMode(SLEEP_MODE_PWR_SAVE);}
                                   ^~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h:80:35: note: suggested alternative: 'SLEEP_MODE_PWR_DOWN'
  void pwrSaveMode() {setSleepMode(SLEEP_MODE_PWR_SAVE);}
                                   ^~~~~~~~~~~~~~~~~~~
                                   SLEEP_MODE_PWR_DOWN
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h: In member function 'void Sleep::extStandbyMode()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h:87:37: error: 'SLEEP_MODE_EXT_STANDBY' was not declared in this scope
  void extStandbyMode(){setSleepMode(SLEEP_MODE_EXT_STANDBY);}
                                     ^~~~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h:87:37: note: suggested alternative: 'SLEEP_MODE_STANDBY'
  void extStandbyMode(){setSleepMode(SLEEP_MODE_EXT_STANDBY);}
                                     ^~~~~~~~~~~~~~~~~~~~~~
                                     SLEEP_MODE_STANDBY

examples/Sleep_n0m1_simple

Result: FAIL

WARNING: library Sleep_n0m1 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/Sleep_n0m1/examples/Sleep_n0m1_simple/Sleep_n0m1_simple.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h: In member function 'void Sleep::adcMode()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h:73:31: error: 'SLEEP_MODE_ADC' was not declared in this scope
  void adcMode() {setSleepMode(SLEEP_MODE_ADC);}
                               ^~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h:73:31: note: suggested alternative: 'SLEEP_MODE_IDLE'
  void adcMode() {setSleepMode(SLEEP_MODE_ADC);}
                               ^~~~~~~~~~~~~~
                               SLEEP_MODE_IDLE
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h: In member function 'void Sleep::pwrSaveMode()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h:80:35: error: 'SLEEP_MODE_PWR_SAVE' was not declared in this scope
  void pwrSaveMode() {setSleepMode(SLEEP_MODE_PWR_SAVE);}
                                   ^~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h:80:35: note: suggested alternative: 'SLEEP_MODE_PWR_DOWN'
  void pwrSaveMode() {setSleepMode(SLEEP_MODE_PWR_SAVE);}
                                   ^~~~~~~~~~~~~~~~~~~
                                   SLEEP_MODE_PWR_DOWN
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h: In member function 'void Sleep::extStandbyMode()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h:87:37: error: 'SLEEP_MODE_EXT_STANDBY' was not declared in this scope
  void extStandbyMode(){setSleepMode(SLEEP_MODE_EXT_STANDBY);}
                                     ^~~~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h:87:37: note: suggested alternative: 'SLEEP_MODE_STANDBY'
  void extStandbyMode(){setSleepMode(SLEEP_MODE_EXT_STANDBY);}
                                     ^~~~~~~~~~~~~~~~~~~~~~
                                     SLEEP_MODE_STANDBY

arduino:samd:mkrwifi1010 @ 1.8.12

Inclusion

Result: FAIL

In file included from /tmp/arduino-testlib845471660/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h:30:10: fatal error: avr/sleep.h: No such file or directory
 #include <avr/sleep.h>
          ^~~~~~~~~~~~~
compilation terminated.

examples/Sleep_n0m1_Interrupt

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/examples/Sleep_n0m1_Interrupt/Sleep_n0m1_Interrupt.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h:30:10: fatal error: avr/sleep.h: No such file or directory
 #include <avr/sleep.h>
          ^~~~~~~~~~~~~
compilation terminated.

examples/Sleep_n0m1_abortCycle

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/examples/Sleep_n0m1_abortCycle/Sleep_n0m1_abortCycle.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h:30:10: fatal error: avr/sleep.h: No such file or directory
 #include <avr/sleep.h>
          ^~~~~~~~~~~~~
compilation terminated.

examples/Sleep_n0m1_countDown

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/examples/Sleep_n0m1_countDown/Sleep_n0m1_countDown.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h:30:10: fatal error: avr/sleep.h: No such file or directory
 #include <avr/sleep.h>
          ^~~~~~~~~~~~~
compilation terminated.

examples/Sleep_n0m1_simple

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/examples/Sleep_n0m1_simple/Sleep_n0m1_simple.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h:30:10: fatal error: avr/sleep.h: No such file or directory
 #include <avr/sleep.h>
          ^~~~~~~~~~~~~
compilation terminated.

esp32:esp32:d1_mini32 @ 1.0.6

Inclusion

Result: FAIL

In file included from /tmp/arduino-testlib2970311119/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h:30:23: fatal error: avr/sleep.h: No such file or directory
compilation terminated.

examples/Sleep_n0m1_Interrupt

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/examples/Sleep_n0m1_Interrupt/Sleep_n0m1_Interrupt.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h:30:23: fatal error: avr/sleep.h: No such file or directory
compilation terminated.

examples/Sleep_n0m1_abortCycle

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/examples/Sleep_n0m1_abortCycle/Sleep_n0m1_abortCycle.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h:30:23: fatal error: avr/sleep.h: No such file or directory
compilation terminated.

examples/Sleep_n0m1_countDown

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/examples/Sleep_n0m1_countDown/Sleep_n0m1_countDown.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h:30:23: fatal error: avr/sleep.h: No such file or directory
compilation terminated.

examples/Sleep_n0m1_simple

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/examples/Sleep_n0m1_simple/Sleep_n0m1_simple.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sleep_n0m1/Sleep_n0m1.h:30:23: fatal error: avr/sleep.h: No such file or directory
compilation terminated.