This report was generated on Wednesday, 23-Feb-22 22:48:15 CET using arduino-testlib.
Version: 1.5.0
More details
Board | Claims compatibility | Inclusion | RangedCounter |
SimpleCounter |
SimpleCounterWithButton |
---|---|---|---|---|---|
arduino:avr:uno
1.8.4 |
Yes | PASS | FAIL | PASS | FAIL |
arduino:mbed_nano:nanorp2040connect
2.7.2 |
Yes | PASS | FAIL | PASS | FAIL |
arduino:megaavr:nona4809
1.8.7 |
Yes | PASS | FAIL | PASS | FAIL |
arduino:samd:mkrwifi1010
1.8.12 |
Yes | PASS | FAIL | PASS | FAIL |
esp32:esp32:d1_mini32
1.0.6 |
Yes | PASS | PASS | PASS | PASS |
Result: PASS
This library has no main header file so an empty one was created.
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/ESP_Rotary/examples/RangedCounter/RangedCounter.ino: In function 'void setup()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/RangedCounter/RangedCounter.ino:10:21: error: 'D4' was not declared in this scope #define BUTTON_PIN D4 ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/RangedCounter/RangedCounter.ino:29:11: note: in expansion of macro 'BUTTON_PIN' b.begin(BUTTON_PIN); ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/RangedCounter/RangedCounter.ino:10:21: note: suggested alternative: 'A4' #define BUTTON_PIN D4 ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/RangedCounter/RangedCounter.ino:29:11: note: in expansion of macro 'BUTTON_PIN' b.begin(BUTTON_PIN); ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/RangedCounter/RangedCounter.ino:8:21: error: 'D1' was not declared in this scope #define ROTARY_PIN1 D1 ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/RangedCounter/RangedCounter.ino:33:11: note: in expansion of macro 'ROTARY_PIN1' r.begin(ROTARY_PIN1, ROTARY_PIN2, CLICKS_PER_STEP, MIN_POS, MAX_POS, START_POS, INCREMENT); ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/RangedCounter/RangedCounter.ino:8:21: note: suggested alternative: 'A1' #define ROTARY_PIN1 D1 ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/RangedCounter/RangedCounter.ino:33:11: note: in expansion of macro 'ROTARY_PIN1' r.begin(ROTARY_PIN1, ROTARY_PIN2, CLICKS_PER_STEP, MIN_POS, MAX_POS, START_POS, INCREMENT); ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/RangedCounter/RangedCounter.ino:9:21: error: 'D2' was not declared in this scope #define ROTARY_PIN2 D2 ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/RangedCounter/RangedCounter.ino:33:24: note: in expansion of macro 'ROTARY_PIN2' r.begin(ROTARY_PIN1, ROTARY_PIN2, CLICKS_PER_STEP, MIN_POS, MAX_POS, START_POS, INCREMENT); ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/RangedCounter/RangedCounter.ino:9:21: note: suggested alternative: 'A2' #define ROTARY_PIN2 D2 ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/RangedCounter/RangedCounter.ino:33:24: note: in expansion of macro 'ROTARY_PIN2' r.begin(ROTARY_PIN1, ROTARY_PIN2, CLICKS_PER_STEP, MIN_POS, MAX_POS, START_POS, INCREMENT); ^~~~~~~~~~~
Result: PASS
Sketch uses 4476 bytes (13%) of program storage space. Maximum is 32256 bytes. Global variables use 251 bytes (12%) of dynamic memory, leaving 1797 bytes for local variables. Maximum is 2048 bytes.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/SimpleCounterWithButton/SimpleCounterWithButton.ino: In function 'void setup()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/SimpleCounterWithButton/SimpleCounterWithButton.ino:8:21: error: 'D1' was not declared in this scope #define ROTARY_PIN1 D1 ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/SimpleCounterWithButton/SimpleCounterWithButton.ino:27:11: note: in expansion of macro 'ROTARY_PIN1' r.begin(ROTARY_PIN1, ROTARY_PIN2, CLICKS_PER_STEP); ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/SimpleCounterWithButton/SimpleCounterWithButton.ino:8:21: note: suggested alternative: 'A1' #define ROTARY_PIN1 D1 ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/SimpleCounterWithButton/SimpleCounterWithButton.ino:27:11: note: in expansion of macro 'ROTARY_PIN1' r.begin(ROTARY_PIN1, ROTARY_PIN2, CLICKS_PER_STEP); ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/SimpleCounterWithButton/SimpleCounterWithButton.ino:9:21: error: 'D2' was not declared in this scope #define ROTARY_PIN2 D2 ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/SimpleCounterWithButton/SimpleCounterWithButton.ino:27:24: note: in expansion of macro 'ROTARY_PIN2' r.begin(ROTARY_PIN1, ROTARY_PIN2, CLICKS_PER_STEP); ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/SimpleCounterWithButton/SimpleCounterWithButton.ino:9:21: note: suggested alternative: 'A2' #define ROTARY_PIN2 D2 ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/SimpleCounterWithButton/SimpleCounterWithButton.ino:27:24: note: in expansion of macro 'ROTARY_PIN2' r.begin(ROTARY_PIN1, ROTARY_PIN2, CLICKS_PER_STEP); ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/SimpleCounterWithButton/SimpleCounterWithButton.ino:10:20: error: 'D4' was not declared in this scope #define BUTTON_PIN D4 ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/SimpleCounterWithButton/SimpleCounterWithButton.ino:32:11: note: in expansion of macro 'BUTTON_PIN' b.begin(BUTTON_PIN); ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/SimpleCounterWithButton/SimpleCounterWithButton.ino:10:20: note: suggested alternative: 'A4' #define BUTTON_PIN D4 ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/SimpleCounterWithButton/SimpleCounterWithButton.ino:32:11: note: in expansion of macro 'BUTTON_PIN' b.begin(BUTTON_PIN); ^~~~~~~~~~
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/ESP_Rotary/examples/RangedCounter/RangedCounter.ino: In function 'void setup()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/RangedCounter/RangedCounter.ino:10:21: error: 'D4' was not declared in this scope #define BUTTON_PIN D4 ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/RangedCounter/RangedCounter.ino:29:11: note: in expansion of macro 'BUTTON_PIN' b.begin(BUTTON_PIN); ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/RangedCounter/RangedCounter.ino:10:21: note: suggested alternative: 'A4' #define BUTTON_PIN D4 ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/RangedCounter/RangedCounter.ino:29:11: note: in expansion of macro 'BUTTON_PIN' b.begin(BUTTON_PIN); ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/RangedCounter/RangedCounter.ino:8:21: error: 'D1' was not declared in this scope #define ROTARY_PIN1 D1 ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/RangedCounter/RangedCounter.ino:33:11: note: in expansion of macro 'ROTARY_PIN1' r.begin(ROTARY_PIN1, ROTARY_PIN2, CLICKS_PER_STEP, MIN_POS, MAX_POS, START_POS, INCREMENT); ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/RangedCounter/RangedCounter.ino:8:21: note: suggested alternative: 'A1' #define ROTARY_PIN1 D1 ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/RangedCounter/RangedCounter.ino:33:11: note: in expansion of macro 'ROTARY_PIN1' r.begin(ROTARY_PIN1, ROTARY_PIN2, CLICKS_PER_STEP, MIN_POS, MAX_POS, START_POS, INCREMENT); ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/RangedCounter/RangedCounter.ino:9:21: error: 'D2' was not declared in this scope #define ROTARY_PIN2 D2 ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/RangedCounter/RangedCounter.ino:33:24: note: in expansion of macro 'ROTARY_PIN2' r.begin(ROTARY_PIN1, ROTARY_PIN2, CLICKS_PER_STEP, MIN_POS, MAX_POS, START_POS, INCREMENT); ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/RangedCounter/RangedCounter.ino:9:21: note: suggested alternative: 'A2' #define ROTARY_PIN2 D2 ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/RangedCounter/RangedCounter.ino:33:24: note: in expansion of macro 'ROTARY_PIN2' r.begin(ROTARY_PIN1, ROTARY_PIN2, CLICKS_PER_STEP, MIN_POS, MAX_POS, START_POS, INCREMENT); ^~~~~~~~~~~
Result: PASS
Sketch uses 80116 bytes (0%) of program storage space. Maximum is 16777216 bytes. Global variables use 43496 bytes (16%) of dynamic memory, leaving 226840 bytes for local variables. Maximum is 270336 bytes.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/SimpleCounterWithButton/SimpleCounterWithButton.ino: In function 'void setup()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/SimpleCounterWithButton/SimpleCounterWithButton.ino:8:21: error: 'D1' was not declared in this scope #define ROTARY_PIN1 D1 ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/SimpleCounterWithButton/SimpleCounterWithButton.ino:27:11: note: in expansion of macro 'ROTARY_PIN1' r.begin(ROTARY_PIN1, ROTARY_PIN2, CLICKS_PER_STEP); ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/SimpleCounterWithButton/SimpleCounterWithButton.ino:8:21: note: suggested alternative: 'A1' #define ROTARY_PIN1 D1 ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/SimpleCounterWithButton/SimpleCounterWithButton.ino:27:11: note: in expansion of macro 'ROTARY_PIN1' r.begin(ROTARY_PIN1, ROTARY_PIN2, CLICKS_PER_STEP); ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/SimpleCounterWithButton/SimpleCounterWithButton.ino:9:21: error: 'D2' was not declared in this scope #define ROTARY_PIN2 D2 ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/SimpleCounterWithButton/SimpleCounterWithButton.ino:27:24: note: in expansion of macro 'ROTARY_PIN2' r.begin(ROTARY_PIN1, ROTARY_PIN2, CLICKS_PER_STEP); ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/SimpleCounterWithButton/SimpleCounterWithButton.ino:9:21: note: suggested alternative: 'A2' #define ROTARY_PIN2 D2 ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/SimpleCounterWithButton/SimpleCounterWithButton.ino:27:24: note: in expansion of macro 'ROTARY_PIN2' r.begin(ROTARY_PIN1, ROTARY_PIN2, CLICKS_PER_STEP); ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/SimpleCounterWithButton/SimpleCounterWithButton.ino:10:20: error: 'D4' was not declared in this scope #define BUTTON_PIN D4 ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/SimpleCounterWithButton/SimpleCounterWithButton.ino:32:11: note: in expansion of macro 'BUTTON_PIN' b.begin(BUTTON_PIN); ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/SimpleCounterWithButton/SimpleCounterWithButton.ino:10:20: note: suggested alternative: 'A4' #define BUTTON_PIN D4 ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/SimpleCounterWithButton/SimpleCounterWithButton.ino:32:11: note: in expansion of macro 'BUTTON_PIN' b.begin(BUTTON_PIN); ^~~~~~~~~~
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/ESP_Rotary/examples/RangedCounter/RangedCounter.ino: In function 'void setup()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/RangedCounter/RangedCounter.ino:10:21: error: 'D4' was not declared in this scope #define BUTTON_PIN D4 ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/RangedCounter/RangedCounter.ino:29:11: note: in expansion of macro 'BUTTON_PIN' b.begin(BUTTON_PIN); ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/RangedCounter/RangedCounter.ino:10:21: note: suggested alternative: 'A4' #define BUTTON_PIN D4 ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/RangedCounter/RangedCounter.ino:29:11: note: in expansion of macro 'BUTTON_PIN' b.begin(BUTTON_PIN); ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/RangedCounter/RangedCounter.ino:8:21: error: 'D1' was not declared in this scope #define ROTARY_PIN1 D1 ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/RangedCounter/RangedCounter.ino:33:11: note: in expansion of macro 'ROTARY_PIN1' r.begin(ROTARY_PIN1, ROTARY_PIN2, CLICKS_PER_STEP, MIN_POS, MAX_POS, START_POS, INCREMENT); ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/RangedCounter/RangedCounter.ino:8:21: note: suggested alternative: 'A1' #define ROTARY_PIN1 D1 ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/RangedCounter/RangedCounter.ino:33:11: note: in expansion of macro 'ROTARY_PIN1' r.begin(ROTARY_PIN1, ROTARY_PIN2, CLICKS_PER_STEP, MIN_POS, MAX_POS, START_POS, INCREMENT); ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/RangedCounter/RangedCounter.ino:9:21: error: 'D2' was not declared in this scope #define ROTARY_PIN2 D2 ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/RangedCounter/RangedCounter.ino:33:24: note: in expansion of macro 'ROTARY_PIN2' r.begin(ROTARY_PIN1, ROTARY_PIN2, CLICKS_PER_STEP, MIN_POS, MAX_POS, START_POS, INCREMENT); ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/RangedCounter/RangedCounter.ino:9:21: note: suggested alternative: 'A2' #define ROTARY_PIN2 D2 ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/RangedCounter/RangedCounter.ino:33:24: note: in expansion of macro 'ROTARY_PIN2' r.begin(ROTARY_PIN1, ROTARY_PIN2, CLICKS_PER_STEP, MIN_POS, MAX_POS, START_POS, INCREMENT); ^~~~~~~~~~~
Result: PASS
Sketch uses 5309 bytes (10%) of program storage space. Maximum is 49152 bytes. Global variables use 212 bytes (3%) of dynamic memory, leaving 5932 bytes for local variables. Maximum is 6144 bytes.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/SimpleCounterWithButton/SimpleCounterWithButton.ino: In function 'void setup()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/SimpleCounterWithButton/SimpleCounterWithButton.ino:8:21: error: 'D1' was not declared in this scope #define ROTARY_PIN1 D1 ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/SimpleCounterWithButton/SimpleCounterWithButton.ino:27:11: note: in expansion of macro 'ROTARY_PIN1' r.begin(ROTARY_PIN1, ROTARY_PIN2, CLICKS_PER_STEP); ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/SimpleCounterWithButton/SimpleCounterWithButton.ino:8:21: note: suggested alternative: 'A1' #define ROTARY_PIN1 D1 ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/SimpleCounterWithButton/SimpleCounterWithButton.ino:27:11: note: in expansion of macro 'ROTARY_PIN1' r.begin(ROTARY_PIN1, ROTARY_PIN2, CLICKS_PER_STEP); ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/SimpleCounterWithButton/SimpleCounterWithButton.ino:9:21: error: 'D2' was not declared in this scope #define ROTARY_PIN2 D2 ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/SimpleCounterWithButton/SimpleCounterWithButton.ino:27:24: note: in expansion of macro 'ROTARY_PIN2' r.begin(ROTARY_PIN1, ROTARY_PIN2, CLICKS_PER_STEP); ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/SimpleCounterWithButton/SimpleCounterWithButton.ino:9:21: note: suggested alternative: 'A2' #define ROTARY_PIN2 D2 ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/SimpleCounterWithButton/SimpleCounterWithButton.ino:27:24: note: in expansion of macro 'ROTARY_PIN2' r.begin(ROTARY_PIN1, ROTARY_PIN2, CLICKS_PER_STEP); ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/SimpleCounterWithButton/SimpleCounterWithButton.ino:10:20: error: 'D4' was not declared in this scope #define BUTTON_PIN D4 ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/SimpleCounterWithButton/SimpleCounterWithButton.ino:32:11: note: in expansion of macro 'BUTTON_PIN' b.begin(BUTTON_PIN); ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/SimpleCounterWithButton/SimpleCounterWithButton.ino:10:20: note: suggested alternative: 'A4' #define BUTTON_PIN D4 ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/SimpleCounterWithButton/SimpleCounterWithButton.ino:32:11: note: in expansion of macro 'BUTTON_PIN' b.begin(BUTTON_PIN); ^~~~~~~~~~
Result: PASS
This library has no main header file so an empty one was created.
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/ESP_Rotary/examples/RangedCounter/RangedCounter.ino: In function 'void setup()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/RangedCounter/RangedCounter.ino:10:21: error: 'D4' was not declared in this scope #define BUTTON_PIN D4 ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/RangedCounter/RangedCounter.ino:29:11: note: in expansion of macro 'BUTTON_PIN' b.begin(BUTTON_PIN); ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/RangedCounter/RangedCounter.ino:10:21: note: suggested alternative: 'A4' #define BUTTON_PIN D4 ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/RangedCounter/RangedCounter.ino:29:11: note: in expansion of macro 'BUTTON_PIN' b.begin(BUTTON_PIN); ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/RangedCounter/RangedCounter.ino:8:21: error: 'D1' was not declared in this scope #define ROTARY_PIN1 D1 ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/RangedCounter/RangedCounter.ino:33:11: note: in expansion of macro 'ROTARY_PIN1' r.begin(ROTARY_PIN1, ROTARY_PIN2, CLICKS_PER_STEP, MIN_POS, MAX_POS, START_POS, INCREMENT); ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/RangedCounter/RangedCounter.ino:8:21: note: suggested alternative: 'A1' #define ROTARY_PIN1 D1 ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/RangedCounter/RangedCounter.ino:33:11: note: in expansion of macro 'ROTARY_PIN1' r.begin(ROTARY_PIN1, ROTARY_PIN2, CLICKS_PER_STEP, MIN_POS, MAX_POS, START_POS, INCREMENT); ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/RangedCounter/RangedCounter.ino:9:21: error: 'D2' was not declared in this scope #define ROTARY_PIN2 D2 ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/RangedCounter/RangedCounter.ino:33:24: note: in expansion of macro 'ROTARY_PIN2' r.begin(ROTARY_PIN1, ROTARY_PIN2, CLICKS_PER_STEP, MIN_POS, MAX_POS, START_POS, INCREMENT); ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/RangedCounter/RangedCounter.ino:9:21: note: suggested alternative: 'A2' #define ROTARY_PIN2 D2 ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/RangedCounter/RangedCounter.ino:33:24: note: in expansion of macro 'ROTARY_PIN2' r.begin(ROTARY_PIN1, ROTARY_PIN2, CLICKS_PER_STEP, MIN_POS, MAX_POS, START_POS, INCREMENT); ^~~~~~~~~~~
Result: PASS
Sketch uses 13944 bytes (5%) of program storage space. Maximum is 262144 bytes. Global variables use 3044 bytes (9%) of dynamic memory, leaving 29724 bytes for local variables. Maximum is 32768 bytes.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/SimpleCounterWithButton/SimpleCounterWithButton.ino: In function 'void setup()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/SimpleCounterWithButton/SimpleCounterWithButton.ino:8:21: error: 'D1' was not declared in this scope #define ROTARY_PIN1 D1 ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/SimpleCounterWithButton/SimpleCounterWithButton.ino:27:11: note: in expansion of macro 'ROTARY_PIN1' r.begin(ROTARY_PIN1, ROTARY_PIN2, CLICKS_PER_STEP); ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/SimpleCounterWithButton/SimpleCounterWithButton.ino:8:21: note: suggested alternative: 'A1' #define ROTARY_PIN1 D1 ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/SimpleCounterWithButton/SimpleCounterWithButton.ino:27:11: note: in expansion of macro 'ROTARY_PIN1' r.begin(ROTARY_PIN1, ROTARY_PIN2, CLICKS_PER_STEP); ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/SimpleCounterWithButton/SimpleCounterWithButton.ino:9:21: error: 'D2' was not declared in this scope #define ROTARY_PIN2 D2 ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/SimpleCounterWithButton/SimpleCounterWithButton.ino:27:24: note: in expansion of macro 'ROTARY_PIN2' r.begin(ROTARY_PIN1, ROTARY_PIN2, CLICKS_PER_STEP); ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/SimpleCounterWithButton/SimpleCounterWithButton.ino:9:21: note: suggested alternative: 'A2' #define ROTARY_PIN2 D2 ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/SimpleCounterWithButton/SimpleCounterWithButton.ino:27:24: note: in expansion of macro 'ROTARY_PIN2' r.begin(ROTARY_PIN1, ROTARY_PIN2, CLICKS_PER_STEP); ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/SimpleCounterWithButton/SimpleCounterWithButton.ino:10:20: error: 'D4' was not declared in this scope #define BUTTON_PIN D4 ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/SimpleCounterWithButton/SimpleCounterWithButton.ino:32:11: note: in expansion of macro 'BUTTON_PIN' b.begin(BUTTON_PIN); ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/SimpleCounterWithButton/SimpleCounterWithButton.ino:10:20: note: suggested alternative: 'A4' #define BUTTON_PIN D4 ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Rotary/examples/SimpleCounterWithButton/SimpleCounterWithButton.ino:32:11: note: in expansion of macro 'BUTTON_PIN' b.begin(BUTTON_PIN); ^~~~~~~~~~
Result: PASS
Sketch uses 198072 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: PASS
Sketch uses 261154 bytes (19%) of program storage space. Maximum is 1310720 bytes. Global variables use 14040 bytes (4%) of dynamic memory, leaving 313640 bytes for local variables. Maximum is 327680 bytes.
Result: PASS
Sketch uses 205678 bytes (15%) of program storage space. Maximum is 1310720 bytes. Global variables use 13472 bytes (4%) of dynamic memory, leaving 314208 bytes for local variables. Maximum is 327680 bytes.
Result: PASS
Sketch uses 260430 bytes (19%) of program storage space. Maximum is 1310720 bytes. Global variables use 14040 bytes (4%) of dynamic memory, leaving 313640 bytes for local variables. Maximum is 327680 bytes.