Lee Thompson / Mbed 2 deprecated SecretKnock

Dependencies:   MMA8451Q mbed tsi_sensor

Fork of UTCSBootcamp by Clare Coleman

main.cpp

Committer:
ccoleman
Date:
2013-08-23
Revision:
4:4233d072b5af
Parent:
0:2010bcffbae0
Child:
9:0ba1973c3bd3

File content as of revision 4:4233d072b5af:

#include "CarAPI.h"

int main()
{
    // Initialize necessary components.
    init();
    
    // Replace the following lines with your code.
    setDebug(true);
    turn(-0.5);
    sleep(0.5);
    turn(0.5);
    
    // End of run.
    finish();    
}