Changed mode variable to arg in MegaRobogaiaPololu sketch

This commit is contained in:
Patrick Goebel 2012-12-20 07:17:08 -08:00
parent 252ec14490
commit a1a87116f5

View File

@ -83,7 +83,7 @@
DualVNH5019MotorShield drive;
/* Create the encoder shield object */
MegaEncoderCounter encoders(4); // Initializes the Mega Encoder Counter in the 4X Count arg
MegaEncoderCounter encoders(4); // Initializes the Mega Encoder Counter in the 4X Count mode
/* PID parameters and functions */
#include "diff_controller.h"