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.
Dependencies: MMA8451Q mbed tsi_sensor
Fork of UTCSBootcamp by
main.cpp@0:2010bcffbae0, 2013-08-22 (annotated)
- 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?
User | Revision | Line number | New 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 | } |