pololu / dual-vnh5019-motor-shield

Arduino library for the Pololu Dual VNH5019 Motor Driver Shield
http://www.pololu.com/product/2507
MIT License
50 stars 74 forks source link

void setM2Brake(int brake) not in .hfile #4

Closed mholzapfel closed 10 years ago

mholzapfel commented 10 years ago

void setM2Brake(int brake) is not in .h file. I am missing something to be able to use the Set??Brake command?

DavidEGrayson commented 10 years ago

Hello. I see setM1Brake and setM2Brake in the header file here:

https://github.com/pololu/dual-vnh5019-motor-shield/blob/master/DualVNH5019MotorShield/DualVNH5019MotorShield.h#L19-20

Are you looking at a different version of that file?