Hola

Dependencies:   mbed MPU6050 MOTOR_PASO_A_PASO

main.cpp

Committer:
nicko12
Date:
2020-06-11
Revision:
0:6f563a11383b

File content as of revision 0:6f563a11383b:

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