Skip to content

Instantly share code, notes, and snippets.

View moisesfa's full-sized avatar

Moisés Fernández Arias moisesfa

View GitHub Profile
int pulM1=5; //define Pulse pin M1
int dirM1=6; //define Direction pin M1
int pulM2=¿?; //define Pulse pin M2
int dirM2=¿?; //define Direction pin M2
void setup() {
pinMode (pulM1, OUTPUT);
pinMode (dirM1, OUTPUT);