motor controller

Dependencies:   mbed plotter

main.cpp

Committer:
dicarloj
Date:
2016-11-06
Revision:
7:ed19a937daa0
Parent:
4:4e00b310811d

File content as of revision 7:ed19a937daa0:

#include "mbed.h"
#include "io.h"
#include "plotter.h"
#include "foc.h"
#include "vehicle_controller.h"


int main() {
    //init_plotter(9);
    setup();
    while(true)
    {
        wait(0.1);
        //plot(0, 0.2);
        //send_message();
    }
    
}