Rob Griffith / Mbed 2 deprecated rat_code

Dependencies:   mbed QEI

src/main.cpp

Committer:
dionigi
Date:
2018-11-15
Revision:
2:14f83a308b82
Parent:
1:6f18bb7a77a5
Child:
3:35deb5c21b33

File content as of revision 2:14f83a308b82:

#include "assignment2.h"

int main() {
    /***
     * Run a function from "run_modes" here.
     * You can also put some indicator to show that your mouse has booted,
     * such as a print statement or an LED blink.
     ***/

    /*blinky_led(); assignment1 test1*/
    /*hello_world(); assignment1 test2*/
    
    /*read_encoders();
    
        left wheel
            R: 358
            Experimental 2R: 713
            Theoretical 2R: 716
            Experimental 3R: 1081
            Theoretical 3R: 1074
        right wheel
            R: 359
    
    basic_motor_movement();
    assignment2*/
    
    //drive_straight(); // assignment3 test1
}