photodude / DualVNH5019MotorShieldMod3

Arduino library for the Pololu Dual VNH5019 Motor Driver Shield
http://www.pololu.com/product/2507
Other
5 stars 5 forks source link

Default values analog 9 #3

Closed MrLegge closed 6 years ago

MrLegge commented 6 years ago

In your library code you reference _CS4 = 9; //analog 9 pin should that read _CS4 = A9; //analog 9 pin

photodude commented 6 years ago

Thanks @MrLegge I have Fixed that issue in the Repo. If you find any other issues, please let me know and I'll try to include them in the next release. Also feel free to make the changes and submit them as PR's for consideration.