librería paso a paso

Dependencies:   mbed MPU6050 MOTOR_PASO_A_PASO

main.cpp

Committer:
SantiagoE
Date:
2020-08-15
Revision:
1:3bdc4f391a4c
Parent:
0:6f563a11383b

File content as of revision 1:3bdc4f391a4c:

#include "mbed.h"
#include "MPP.h"
//MPP motor(D0,D1,D2,D3);
MPP motor(PB_5,PB_4,PB_3,PA_15);
int main() 
{
    while(1) 
    {
        // motor.Activate(1);
         motor.Fine_Again(180,2,1);
    }
}