changed pin numbers after fixing a loose contact
This commit is contained in:
@@ -10,13 +10,13 @@
|
|||||||
*/
|
*/
|
||||||
//Pin config
|
//Pin config
|
||||||
//Left Motor
|
//Left Motor
|
||||||
#define M_DIR_11 12
|
#define M_DIR_11 27
|
||||||
#define M_DIR_12 27
|
#define M_DIR_12 12
|
||||||
#define M_PWM_1 13
|
#define M_PWM_1 13
|
||||||
#define M_ENCODE_LEFT 26
|
#define M_ENCODE_LEFT 26
|
||||||
//Right Motor
|
//Right Motor
|
||||||
#define M_DIR_21 23
|
#define M_DIR_21 14
|
||||||
#define M_DIR_22 14
|
#define M_DIR_22 23
|
||||||
#define M_PWM_2 22
|
#define M_PWM_2 22
|
||||||
#define M_ENCODE_RIGHT 33
|
#define M_ENCODE_RIGHT 33
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user