v3.0.1-dualsheilds
photodude
released this
14 Jun 23:24
·
18 commits
to master
since this release
v3.0.1-dualshields Fix Semver naming for Arduino Library Manager
Note: This Release has a minor error in default pins for motor 2 the Library code reads _CS4 = 9; //analog 9 pin
should that read _CS4 = A9; // Analog 9 pin
This has been addressed in the Repo and will be included in the next release. This error affects the Motor 2 current sense output on the second shield. User's using this release are recommended to edit DualVNH5019MotorShieldMod3.cpp
to correct this error or to use one of the functions specifying the pins for the second shield board.