Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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
}
            
    