Updated with the Algorithm

Dependencies:   QEI mbed

Fork of MM_rat_Assignment4-newwest by Evan Brown

main.cpp

Committer:
Showboo
Date:
2017-11-28
Revision:
8:22e399fe87a4
Parent:
7:7cdb0381e1b8
Child:
9:97941581fe81

File content as of revision 8:22e399fe87a4:

#include "mbed.h"
#include "QEI.h"
#include "header.h"
#include "algorithm.h"
int main() {
    initmotors_and_pid(); //Sets the PWM frequency
    algorithm();
}