Lee Thompson / Mbed 2 deprecated SecretKnock

Dependencies:   MMA8451Q mbed tsi_sensor

Fork of UTCSBootcamp by Clare Coleman

main.cpp

Committer:
ccoleman
Date:
2013-08-22
Revision:
0:2010bcffbae0
Child:
4:4233d072b5af

File content as of revision 0:2010bcffbae0:

#include "CarAPI.h"

int main() {
    init();
    
    // your code here
    
    finish();
}