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: mbed
main.cpp@27:f3ca0269515f, 2015-07-07 (annotated)
- Committer:
- ADAMSTRUTT
- Date:
- Tue Jul 07 14:54:08 2015 +0000
- Revision:
- 27:f3ca0269515f
- Parent:
- 25:bab86a12e9ad
- Child:
- 30:ab3a436e8968
- Child:
- 35:085a674c9fdf
End of day
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| ADAMSTRUTT | 17:d9fb4a3780c7 | 1 | #include "mbed.h" |
| ADAMSTRUTT | 17:d9fb4a3780c7 | 2 | #include "Calculate.h" |
| ADAMSTRUTT | 17:d9fb4a3780c7 | 3 | #include "Distance.h" |
| ADAMSTRUTT | 20:0b2279011691 | 4 | //#include "Counter.h |
| aidanPJG | 25:bab86a12e9ad | 5 | Serial pc(USBTX, USBRX); // tx, rx |
| ADAMSTRUTT | 17:d9fb4a3780c7 | 6 | |
| ADAMSTRUTT | 20:0b2279011691 | 7 | int main(void) |
| aidanPJG | 7:d6f78ba7c5f7 | 8 | { |
| ADAMSTRUTT | 27:f3ca0269515f | 9 | pc.printf("'%f'",Distance()); |
| aidanPJG | 24:92600b1d15b1 | 10 | |
| ADAMSTRUTT | 17:d9fb4a3780c7 | 11 | } |