Lee Thompson / Mbed 2 deprecated SecretKnock

Dependencies:   MMA8451Q mbed tsi_sensor

Fork of UTCSBootcamp by Clare Coleman

Committer:
ccoleman
Date:
Thu Aug 22 20:50:08 2013 +0000
Revision:
0:2010bcffbae0
Child:
4:4233d072b5af
Wrapped Freescale Cup code.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ccoleman 0:2010bcffbae0 1 #include "CarAPI.h"
ccoleman 0:2010bcffbae0 2
ccoleman 0:2010bcffbae0 3 int main() {
ccoleman 0:2010bcffbae0 4 init();
ccoleman 0:2010bcffbae0 5
ccoleman 0:2010bcffbae0 6 // your code here
ccoleman 0:2010bcffbae0 7
ccoleman 0:2010bcffbae0 8 finish();
ccoleman 0:2010bcffbae0 9 }