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
Diff: main.cpp
- Revision:
- 20:0b2279011691
- Parent:
- 17:d9fb4a3780c7
- Child:
- 24:92600b1d15b1
diff -r d9fb4a3780c7 -r 0b2279011691 main.cpp
--- a/main.cpp Tue Jul 07 08:47:35 2015 +0000
+++ b/main.cpp Tue Jul 07 12:37:34 2015 +0000
@@ -1,8 +1,9 @@
#include "mbed.h"
#include "Calculate.h"
#include "Distance.h"
-#include "Counter.h
+//#include "Counter.h
-int main()
+int main(void)
{
+ calculate();
}
\ No newline at end of file