Cytron 3A Motor Driver Shield - compatibility matrix

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

Cytron 3A Motor Driver Shield

Version: 1.0.0
More details

Compatibility matrix

Board Claims compatibility Inclusion
LockedAntiPhase
SignedMagnitude
StepperFullDrive
StepperHalfStepDrive
StepperWaveDrive
arduino:avr:uno
1.8.4
Yes PASS FAIL FAIL FAIL FAIL FAIL
arduino:mbed_nano:nanorp2040connect
2.7.2
No ⚠️ PASS FAIL FAIL FAIL FAIL FAIL
arduino:megaavr:nona4809
1.8.7
No ⚠️ PASS FAIL FAIL FAIL FAIL FAIL
arduino:samd:mkrwifi1010
1.8.12
No ⚠️ PASS FAIL FAIL FAIL FAIL FAIL
esp32:esp32:d1_mini32
1.0.6
No FAIL FAIL FAIL FAIL FAIL FAIL

Compilation logs

arduino:avr:uno @ 1.8.4

Inclusion

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.

examples/LockedAntiPhase

Result: FAIL

/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/LockedAntiPhase/LockedAntiPhase.ino:4:1: error: 'Shield2AMotor' does not name a type; did you mean 'Shield3AMotor'?
 Shield2AMotor motor(LOCKED_ANTI_PHASE);
 ^~~~~~~~~~~~~
 Shield3AMotor
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/LockedAntiPhase/LockedAntiPhase.ino: In function 'void loop()':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/LockedAntiPhase/LockedAntiPhase.ino:20:5: error: 'motor' was not declared in this scope
     motor.control(motor1Speed, 0);
     ^~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/LockedAntiPhase/LockedAntiPhase.ino:25:5: error: 'motor' was not declared in this scope
     motor.control(motor1Speed, 0);
     ^~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/LockedAntiPhase/LockedAntiPhase.ino:30:5: error: 'motor' was not declared in this scope
     motor.control(motor1Speed, 0);
     ^~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/LockedAntiPhase/LockedAntiPhase.ino:39:5: error: 'motor' was not declared in this scope
     motor.control(0, motor2Speed);
     ^~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/LockedAntiPhase/LockedAntiPhase.ino:44:5: error: 'motor' was not declared in this scope
     motor.control(0, motor2Speed);
     ^~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/LockedAntiPhase/LockedAntiPhase.ino:49:5: error: 'motor' was not declared in this scope
     motor.control(0, motor2Speed);
     ^~~~~

examples/SignedMagnitude

Result: FAIL

/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/SignedMagnitude/SignedMagnitude.ino:4:1: error: 'Shield2AMotor' does not name a type; did you mean 'Shield3AMotor'?
 Shield2AMotor motor(SIGNED_MAGNITUDE);
 ^~~~~~~~~~~~~
 Shield3AMotor
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/SignedMagnitude/SignedMagnitude.ino: In function 'void loop()':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/SignedMagnitude/SignedMagnitude.ino:20:5: error: 'motor' was not declared in this scope
     motor.control(motor1Speed, 0);
     ^~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/SignedMagnitude/SignedMagnitude.ino:25:5: error: 'motor' was not declared in this scope
     motor.control(motor1Speed, 0);
     ^~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/SignedMagnitude/SignedMagnitude.ino:30:5: error: 'motor' was not declared in this scope
     motor.control(motor1Speed, 0);
     ^~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/SignedMagnitude/SignedMagnitude.ino:39:5: error: 'motor' was not declared in this scope
     motor.control(0, motor2Speed);
     ^~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/SignedMagnitude/SignedMagnitude.ino:44:5: error: 'motor' was not declared in this scope
     motor.control(0, motor2Speed);
     ^~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/SignedMagnitude/SignedMagnitude.ino:49:5: error: 'motor' was not declared in this scope
     motor.control(0, motor2Speed);
     ^~~~~

examples/StepperFullDrive

Result: FAIL

/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperFullDrive/StepperFullDrive.ino:4:1: error: 'Shield2AMotor' does not name a type; did you mean 'Shield3AMotor'?
 Shield2AMotor motor(SIGNED_MAGNITUDE);
 ^~~~~~~~~~~~~
 Shield3AMotor
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperFullDrive/StepperFullDrive.ino: In function 'void loop()':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperFullDrive/StepperFullDrive.ino:20:5: error: 'motor' was not declared in this scope
     motor.control(100, 0);
     ^~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperFullDrive/StepperFullDrive.ino:38:5: error: 'motor' was not declared in this scope
     motor.control(0, -100);
     ^~~~~

examples/StepperHalfStepDrive

Result: FAIL

/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperHalfStepDrive/StepperHalfStepDrive.ino:4:1: error: 'Shield2AMotor' does not name a type; did you mean 'Shield3AMotor'?
 Shield2AMotor motor(SIGNED_MAGNITUDE);
 ^~~~~~~~~~~~~
 Shield3AMotor
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperHalfStepDrive/StepperHalfStepDrive.ino: In function 'void loop()':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperHalfStepDrive/StepperHalfStepDrive.ino:20:5: error: 'motor' was not declared in this scope
     motor.control(100, 0);
     ^~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperHalfStepDrive/StepperHalfStepDrive.ino:46:5: error: 'motor' was not declared in this scope
     motor.control(0, -100);
     ^~~~~

examples/StepperWaveDrive

Result: FAIL

/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperWaveDrive/StepperWaveDrive.ino:4:1: error: 'Shield2AMotor' does not name a type; did you mean 'Shield3AMotor'?
 Shield2AMotor motor(SIGNED_MAGNITUDE);
 ^~~~~~~~~~~~~
 Shield3AMotor
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperWaveDrive/StepperWaveDrive.ino: In function 'void loop()':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperWaveDrive/StepperWaveDrive.ino:20:5: error: 'motor' was not declared in this scope
     motor.control(100, 0);
     ^~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperWaveDrive/StepperWaveDrive.ino:34:5: error: 'motor' was not declared in this scope
     motor.control(0, -100);
     ^~~~~

arduino:mbed_nano:nanorp2040connect @ 2.7.2

Inclusion

Result: PASS

WARNING: library Cytron_3A_Motor_Driver_Shield claims to run on avr architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
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.

examples/LockedAntiPhase

Result: FAIL

WARNING: library Cytron_3A_Motor_Driver_Shield claims to run on avr architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/LockedAntiPhase/LockedAntiPhase.ino:4:1: error: 'Shield2AMotor' does not name a type; did you mean 'Shield3AMotor'?
 Shield2AMotor motor(LOCKED_ANTI_PHASE);
 ^~~~~~~~~~~~~
 Shield3AMotor
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/LockedAntiPhase/LockedAntiPhase.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/LockedAntiPhase/LockedAntiPhase.ino:20:5: error: 'motor' was not declared in this scope
     motor.control(motor1Speed, 0);
     ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/LockedAntiPhase/LockedAntiPhase.ino:25:5: error: 'motor' was not declared in this scope
     motor.control(motor1Speed, 0);
     ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/LockedAntiPhase/LockedAntiPhase.ino:30:5: error: 'motor' was not declared in this scope
     motor.control(motor1Speed, 0);
     ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/LockedAntiPhase/LockedAntiPhase.ino:39:5: error: 'motor' was not declared in this scope
     motor.control(0, motor2Speed);
     ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/LockedAntiPhase/LockedAntiPhase.ino:44:5: error: 'motor' was not declared in this scope
     motor.control(0, motor2Speed);
     ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/LockedAntiPhase/LockedAntiPhase.ino:49:5: error: 'motor' was not declared in this scope
     motor.control(0, motor2Speed);
     ^~~~~

examples/SignedMagnitude

Result: FAIL

WARNING: library Cytron_3A_Motor_Driver_Shield claims to run on avr architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/SignedMagnitude/SignedMagnitude.ino:4:1: error: 'Shield2AMotor' does not name a type; did you mean 'Shield3AMotor'?
 Shield2AMotor motor(SIGNED_MAGNITUDE);
 ^~~~~~~~~~~~~
 Shield3AMotor
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/SignedMagnitude/SignedMagnitude.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/SignedMagnitude/SignedMagnitude.ino:20:5: error: 'motor' was not declared in this scope
     motor.control(motor1Speed, 0);
     ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/SignedMagnitude/SignedMagnitude.ino:25:5: error: 'motor' was not declared in this scope
     motor.control(motor1Speed, 0);
     ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/SignedMagnitude/SignedMagnitude.ino:30:5: error: 'motor' was not declared in this scope
     motor.control(motor1Speed, 0);
     ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/SignedMagnitude/SignedMagnitude.ino:39:5: error: 'motor' was not declared in this scope
     motor.control(0, motor2Speed);
     ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/SignedMagnitude/SignedMagnitude.ino:44:5: error: 'motor' was not declared in this scope
     motor.control(0, motor2Speed);
     ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/SignedMagnitude/SignedMagnitude.ino:49:5: error: 'motor' was not declared in this scope
     motor.control(0, motor2Speed);
     ^~~~~

examples/StepperFullDrive

Result: FAIL

WARNING: library Cytron_3A_Motor_Driver_Shield claims to run on avr architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperFullDrive/StepperFullDrive.ino:4:1: error: 'Shield2AMotor' does not name a type; did you mean 'Shield3AMotor'?
 Shield2AMotor motor(SIGNED_MAGNITUDE);
 ^~~~~~~~~~~~~
 Shield3AMotor
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperFullDrive/StepperFullDrive.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperFullDrive/StepperFullDrive.ino:20:5: error: 'motor' was not declared in this scope
     motor.control(100, 0);
     ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperFullDrive/StepperFullDrive.ino:38:5: error: 'motor' was not declared in this scope
     motor.control(0, -100);
     ^~~~~

examples/StepperHalfStepDrive

Result: FAIL

WARNING: library Cytron_3A_Motor_Driver_Shield claims to run on avr architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperHalfStepDrive/StepperHalfStepDrive.ino:4:1: error: 'Shield2AMotor' does not name a type; did you mean 'Shield3AMotor'?
 Shield2AMotor motor(SIGNED_MAGNITUDE);
 ^~~~~~~~~~~~~
 Shield3AMotor
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperHalfStepDrive/StepperHalfStepDrive.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperHalfStepDrive/StepperHalfStepDrive.ino:20:5: error: 'motor' was not declared in this scope
     motor.control(100, 0);
     ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperHalfStepDrive/StepperHalfStepDrive.ino:46:5: error: 'motor' was not declared in this scope
     motor.control(0, -100);
     ^~~~~

examples/StepperWaveDrive

Result: FAIL

WARNING: library Cytron_3A_Motor_Driver_Shield claims to run on avr architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperWaveDrive/StepperWaveDrive.ino:4:1: error: 'Shield2AMotor' does not name a type; did you mean 'Shield3AMotor'?
 Shield2AMotor motor(SIGNED_MAGNITUDE);
 ^~~~~~~~~~~~~
 Shield3AMotor
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperWaveDrive/StepperWaveDrive.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperWaveDrive/StepperWaveDrive.ino:20:5: error: 'motor' was not declared in this scope
     motor.control(100, 0);
     ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperWaveDrive/StepperWaveDrive.ino:34:5: error: 'motor' was not declared in this scope
     motor.control(0, -100);
     ^~~~~

arduino:megaavr:nona4809 @ 1.8.7

Inclusion

Result: PASS

WARNING: library Cytron_3A_Motor_Driver_Shield claims to run on avr architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
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.

examples/LockedAntiPhase

Result: FAIL

WARNING: library Cytron_3A_Motor_Driver_Shield claims to run on avr architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/LockedAntiPhase/LockedAntiPhase.ino:4:1: error: 'Shield2AMotor' does not name a type; did you mean 'Shield3AMotor'?
 Shield2AMotor motor(LOCKED_ANTI_PHASE);
 ^~~~~~~~~~~~~
 Shield3AMotor
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/LockedAntiPhase/LockedAntiPhase.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/LockedAntiPhase/LockedAntiPhase.ino:20:5: error: 'motor' was not declared in this scope
     motor.control(motor1Speed, 0);
     ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/LockedAntiPhase/LockedAntiPhase.ino:25:5: error: 'motor' was not declared in this scope
     motor.control(motor1Speed, 0);
     ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/LockedAntiPhase/LockedAntiPhase.ino:30:5: error: 'motor' was not declared in this scope
     motor.control(motor1Speed, 0);
     ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/LockedAntiPhase/LockedAntiPhase.ino:39:5: error: 'motor' was not declared in this scope
     motor.control(0, motor2Speed);
     ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/LockedAntiPhase/LockedAntiPhase.ino:44:5: error: 'motor' was not declared in this scope
     motor.control(0, motor2Speed);
     ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/LockedAntiPhase/LockedAntiPhase.ino:49:5: error: 'motor' was not declared in this scope
     motor.control(0, motor2Speed);
     ^~~~~

examples/SignedMagnitude

Result: FAIL

WARNING: library Cytron_3A_Motor_Driver_Shield claims to run on avr architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/SignedMagnitude/SignedMagnitude.ino:4:1: error: 'Shield2AMotor' does not name a type; did you mean 'Shield3AMotor'?
 Shield2AMotor motor(SIGNED_MAGNITUDE);
 ^~~~~~~~~~~~~
 Shield3AMotor
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/SignedMagnitude/SignedMagnitude.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/SignedMagnitude/SignedMagnitude.ino:20:5: error: 'motor' was not declared in this scope
     motor.control(motor1Speed, 0);
     ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/SignedMagnitude/SignedMagnitude.ino:25:5: error: 'motor' was not declared in this scope
     motor.control(motor1Speed, 0);
     ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/SignedMagnitude/SignedMagnitude.ino:30:5: error: 'motor' was not declared in this scope
     motor.control(motor1Speed, 0);
     ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/SignedMagnitude/SignedMagnitude.ino:39:5: error: 'motor' was not declared in this scope
     motor.control(0, motor2Speed);
     ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/SignedMagnitude/SignedMagnitude.ino:44:5: error: 'motor' was not declared in this scope
     motor.control(0, motor2Speed);
     ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/SignedMagnitude/SignedMagnitude.ino:49:5: error: 'motor' was not declared in this scope
     motor.control(0, motor2Speed);
     ^~~~~

examples/StepperFullDrive

Result: FAIL

WARNING: library Cytron_3A_Motor_Driver_Shield claims to run on avr architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperFullDrive/StepperFullDrive.ino:4:1: error: 'Shield2AMotor' does not name a type; did you mean 'Shield3AMotor'?
 Shield2AMotor motor(SIGNED_MAGNITUDE);
 ^~~~~~~~~~~~~
 Shield3AMotor
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperFullDrive/StepperFullDrive.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperFullDrive/StepperFullDrive.ino:20:5: error: 'motor' was not declared in this scope
     motor.control(100, 0);
     ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperFullDrive/StepperFullDrive.ino:38:5: error: 'motor' was not declared in this scope
     motor.control(0, -100);
     ^~~~~

examples/StepperHalfStepDrive

Result: FAIL

WARNING: library Cytron_3A_Motor_Driver_Shield claims to run on avr architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperHalfStepDrive/StepperHalfStepDrive.ino:4:1: error: 'Shield2AMotor' does not name a type; did you mean 'Shield3AMotor'?
 Shield2AMotor motor(SIGNED_MAGNITUDE);
 ^~~~~~~~~~~~~
 Shield3AMotor
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperHalfStepDrive/StepperHalfStepDrive.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperHalfStepDrive/StepperHalfStepDrive.ino:20:5: error: 'motor' was not declared in this scope
     motor.control(100, 0);
     ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperHalfStepDrive/StepperHalfStepDrive.ino:46:5: error: 'motor' was not declared in this scope
     motor.control(0, -100);
     ^~~~~

examples/StepperWaveDrive

Result: FAIL

WARNING: library Cytron_3A_Motor_Driver_Shield claims to run on avr architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperWaveDrive/StepperWaveDrive.ino:4:1: error: 'Shield2AMotor' does not name a type; did you mean 'Shield3AMotor'?
 Shield2AMotor motor(SIGNED_MAGNITUDE);
 ^~~~~~~~~~~~~
 Shield3AMotor
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperWaveDrive/StepperWaveDrive.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperWaveDrive/StepperWaveDrive.ino:20:5: error: 'motor' was not declared in this scope
     motor.control(100, 0);
     ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperWaveDrive/StepperWaveDrive.ino:34:5: error: 'motor' was not declared in this scope
     motor.control(0, -100);
     ^~~~~

arduino:samd:mkrwifi1010 @ 1.8.12

Inclusion

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

WARNING: library Cytron_3A_Motor_Driver_Shield claims to run on avr architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
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.

examples/LockedAntiPhase

Result: FAIL

WARNING: library Cytron_3A_Motor_Driver_Shield claims to run on avr architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/LockedAntiPhase/LockedAntiPhase.ino:4:1: error: 'Shield2AMotor' does not name a type; did you mean 'Shield3AMotor'?
 Shield2AMotor motor(LOCKED_ANTI_PHASE);
 ^~~~~~~~~~~~~
 Shield3AMotor
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/LockedAntiPhase/LockedAntiPhase.ino: In function 'void loop()':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/LockedAntiPhase/LockedAntiPhase.ino:20:5: error: 'motor' was not declared in this scope
     motor.control(motor1Speed, 0);
     ^~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/LockedAntiPhase/LockedAntiPhase.ino:25:5: error: 'motor' was not declared in this scope
     motor.control(motor1Speed, 0);
     ^~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/LockedAntiPhase/LockedAntiPhase.ino:30:5: error: 'motor' was not declared in this scope
     motor.control(motor1Speed, 0);
     ^~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/LockedAntiPhase/LockedAntiPhase.ino:39:5: error: 'motor' was not declared in this scope
     motor.control(0, motor2Speed);
     ^~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/LockedAntiPhase/LockedAntiPhase.ino:44:5: error: 'motor' was not declared in this scope
     motor.control(0, motor2Speed);
     ^~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/LockedAntiPhase/LockedAntiPhase.ino:49:5: error: 'motor' was not declared in this scope
     motor.control(0, motor2Speed);
     ^~~~~

examples/SignedMagnitude

Result: FAIL

WARNING: library Cytron_3A_Motor_Driver_Shield claims to run on avr architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/SignedMagnitude/SignedMagnitude.ino:4:1: error: 'Shield2AMotor' does not name a type; did you mean 'Shield3AMotor'?
 Shield2AMotor motor(SIGNED_MAGNITUDE);
 ^~~~~~~~~~~~~
 Shield3AMotor
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/SignedMagnitude/SignedMagnitude.ino: In function 'void loop()':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/SignedMagnitude/SignedMagnitude.ino:20:5: error: 'motor' was not declared in this scope
     motor.control(motor1Speed, 0);
     ^~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/SignedMagnitude/SignedMagnitude.ino:25:5: error: 'motor' was not declared in this scope
     motor.control(motor1Speed, 0);
     ^~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/SignedMagnitude/SignedMagnitude.ino:30:5: error: 'motor' was not declared in this scope
     motor.control(motor1Speed, 0);
     ^~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/SignedMagnitude/SignedMagnitude.ino:39:5: error: 'motor' was not declared in this scope
     motor.control(0, motor2Speed);
     ^~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/SignedMagnitude/SignedMagnitude.ino:44:5: error: 'motor' was not declared in this scope
     motor.control(0, motor2Speed);
     ^~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/SignedMagnitude/SignedMagnitude.ino:49:5: error: 'motor' was not declared in this scope
     motor.control(0, motor2Speed);
     ^~~~~

examples/StepperFullDrive

Result: FAIL

WARNING: library Cytron_3A_Motor_Driver_Shield claims to run on avr architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperFullDrive/StepperFullDrive.ino:4:1: error: 'Shield2AMotor' does not name a type; did you mean 'Shield3AMotor'?
 Shield2AMotor motor(SIGNED_MAGNITUDE);
 ^~~~~~~~~~~~~
 Shield3AMotor
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperFullDrive/StepperFullDrive.ino: In function 'void loop()':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperFullDrive/StepperFullDrive.ino:20:5: error: 'motor' was not declared in this scope
     motor.control(100, 0);
     ^~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperFullDrive/StepperFullDrive.ino:38:5: error: 'motor' was not declared in this scope
     motor.control(0, -100);
     ^~~~~

examples/StepperHalfStepDrive

Result: FAIL

WARNING: library Cytron_3A_Motor_Driver_Shield claims to run on avr architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperHalfStepDrive/StepperHalfStepDrive.ino:4:1: error: 'Shield2AMotor' does not name a type; did you mean 'Shield3AMotor'?
 Shield2AMotor motor(SIGNED_MAGNITUDE);
 ^~~~~~~~~~~~~
 Shield3AMotor
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperHalfStepDrive/StepperHalfStepDrive.ino: In function 'void loop()':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperHalfStepDrive/StepperHalfStepDrive.ino:20:5: error: 'motor' was not declared in this scope
     motor.control(100, 0);
     ^~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperHalfStepDrive/StepperHalfStepDrive.ino:46:5: error: 'motor' was not declared in this scope
     motor.control(0, -100);
     ^~~~~

examples/StepperWaveDrive

Result: FAIL

WARNING: library Cytron_3A_Motor_Driver_Shield claims to run on avr architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperWaveDrive/StepperWaveDrive.ino:4:1: error: 'Shield2AMotor' does not name a type; did you mean 'Shield3AMotor'?
 Shield2AMotor motor(SIGNED_MAGNITUDE);
 ^~~~~~~~~~~~~
 Shield3AMotor
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperWaveDrive/StepperWaveDrive.ino: In function 'void loop()':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperWaveDrive/StepperWaveDrive.ino:20:5: error: 'motor' was not declared in this scope
     motor.control(100, 0);
     ^~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperWaveDrive/StepperWaveDrive.ino:34:5: error: 'motor' was not declared in this scope
     motor.control(0, -100);
     ^~~~~

esp32:esp32:d1_mini32 @ 1.0.6

Inclusion

Result: FAIL

WARNING: library Cytron_3A_Motor_Driver_Shield claims to run on avr architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/src/Cytron_Shield3AMotor.cpp: In member function 'void Shield3AMotor::control(int, int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/src/Cytron_Shield3AMotor.cpp:25:35: error: 'analogWrite' was not declared in this scope
       analogWrite(EN1, motor1Speed);
                                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/src/Cytron_Shield3AMotor.cpp:31:35: error: 'analogWrite' was not declared in this scope
       analogWrite(EN1, motor1Speed);
                                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/src/Cytron_Shield3AMotor.cpp:38:35: error: 'analogWrite' was not declared in this scope
       analogWrite(EN2, motor2Speed);
                                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/src/Cytron_Shield3AMotor.cpp:44:35: error: 'analogWrite' was not declared in this scope
       analogWrite(EN2, motor2Speed);
                                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/src/Cytron_Shield3AMotor.cpp:52:35: error: 'analogWrite' was not declared in this scope
       analogWrite(EN1, motor1Speed);
                                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/src/Cytron_Shield3AMotor.cpp:58:35: error: 'analogWrite' was not declared in this scope
       analogWrite(EN1, motor1Speed);
                                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/src/Cytron_Shield3AMotor.cpp:65:35: error: 'analogWrite' was not declared in this scope
       analogWrite(EN2, motor2Speed);
                                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/src/Cytron_Shield3AMotor.cpp:71:35: error: 'analogWrite' was not declared in this scope
       analogWrite(EN2, motor2Speed);
                                   ^

examples/LockedAntiPhase

Result: FAIL

WARNING: library Cytron_3A_Motor_Driver_Shield claims to run on avr architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/LockedAntiPhase/LockedAntiPhase.ino:4:1: error: 'Shield2AMotor' does not name a type
 Shield2AMotor motor(LOCKED_ANTI_PHASE);
 ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/LockedAntiPhase/LockedAntiPhase.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/LockedAntiPhase/LockedAntiPhase.ino:20:5: error: 'motor' was not declared in this scope
     motor.control(motor1Speed, 0);
     ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/LockedAntiPhase/LockedAntiPhase.ino:25:5: error: 'motor' was not declared in this scope
     motor.control(motor1Speed, 0);
     ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/LockedAntiPhase/LockedAntiPhase.ino:30:5: error: 'motor' was not declared in this scope
     motor.control(motor1Speed, 0);
     ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/LockedAntiPhase/LockedAntiPhase.ino:39:5: error: 'motor' was not declared in this scope
     motor.control(0, motor2Speed);
     ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/LockedAntiPhase/LockedAntiPhase.ino:44:5: error: 'motor' was not declared in this scope
     motor.control(0, motor2Speed);
     ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/LockedAntiPhase/LockedAntiPhase.ino:49:5: error: 'motor' was not declared in this scope
     motor.control(0, motor2Speed);
     ^

examples/SignedMagnitude

Result: FAIL

WARNING: library Cytron_3A_Motor_Driver_Shield claims to run on avr architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/SignedMagnitude/SignedMagnitude.ino:4:1: error: 'Shield2AMotor' does not name a type
 Shield2AMotor motor(SIGNED_MAGNITUDE);
 ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/SignedMagnitude/SignedMagnitude.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/SignedMagnitude/SignedMagnitude.ino:20:5: error: 'motor' was not declared in this scope
     motor.control(motor1Speed, 0);
     ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/SignedMagnitude/SignedMagnitude.ino:25:5: error: 'motor' was not declared in this scope
     motor.control(motor1Speed, 0);
     ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/SignedMagnitude/SignedMagnitude.ino:30:5: error: 'motor' was not declared in this scope
     motor.control(motor1Speed, 0);
     ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/SignedMagnitude/SignedMagnitude.ino:39:5: error: 'motor' was not declared in this scope
     motor.control(0, motor2Speed);
     ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/SignedMagnitude/SignedMagnitude.ino:44:5: error: 'motor' was not declared in this scope
     motor.control(0, motor2Speed);
     ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/SignedMagnitude/SignedMagnitude.ino:49:5: error: 'motor' was not declared in this scope
     motor.control(0, motor2Speed);
     ^

examples/StepperFullDrive

Result: FAIL

WARNING: library Cytron_3A_Motor_Driver_Shield claims to run on avr architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperFullDrive/StepperFullDrive.ino:4:1: error: 'Shield2AMotor' does not name a type
 Shield2AMotor motor(SIGNED_MAGNITUDE);
 ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperFullDrive/StepperFullDrive.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperFullDrive/StepperFullDrive.ino:20:5: error: 'motor' was not declared in this scope
     motor.control(100, 0);
     ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperFullDrive/StepperFullDrive.ino:38:5: error: 'motor' was not declared in this scope
     motor.control(0, -100);
     ^

examples/StepperHalfStepDrive

Result: FAIL

WARNING: library Cytron_3A_Motor_Driver_Shield claims to run on avr architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperHalfStepDrive/StepperHalfStepDrive.ino:4:1: error: 'Shield2AMotor' does not name a type
 Shield2AMotor motor(SIGNED_MAGNITUDE);
 ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperHalfStepDrive/StepperHalfStepDrive.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperHalfStepDrive/StepperHalfStepDrive.ino:20:5: error: 'motor' was not declared in this scope
     motor.control(100, 0);
     ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperHalfStepDrive/StepperHalfStepDrive.ino:46:5: error: 'motor' was not declared in this scope
     motor.control(0, -100);
     ^

examples/StepperWaveDrive

Result: FAIL

WARNING: library Cytron_3A_Motor_Driver_Shield claims to run on avr architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperWaveDrive/StepperWaveDrive.ino:4:1: error: 'Shield2AMotor' does not name a type
 Shield2AMotor motor(SIGNED_MAGNITUDE);
 ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperWaveDrive/StepperWaveDrive.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperWaveDrive/StepperWaveDrive.ino:20:5: error: 'motor' was not declared in this scope
     motor.control(100, 0);
     ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cytron_3A_Motor_Driver_Shield/examples/StepperWaveDrive/StepperWaveDrive.ino:34:5: error: 'motor' was not declared in this scope
     motor.control(0, -100);
     ^