Hola

Dependencies:   mbed MPU6050 MOTOR_PASO_A_PASO

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.cpp Source File

main.cpp

00001 #include "mbed.h"
00002 #include "MPP.h"
00003 MPP motor(D0,D1,D2,D3);
00004 int main() 
00005 {
00006     while(1) 
00007     {
00008        // motor.Activate(1);
00009        motor.Fine_Again(90,2,2); 
00010     }
00011 }