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: Calculate.cpp
- Revision:
- 4:e61cd14ec4f0
- Child:
- 5:ddbc9c48480d
diff -r 1ef4740c5a64 -r e61cd14ec4f0 Calculate.cpp
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Calculate.cpp Wed Jul 01 11:02:10 2015 +0000
@@ -0,0 +1,7 @@
+#include "Calculate.h"
+#include <iostream>
+
+void Calculate() {
+ std::cout << "Ohai from another .cpp file!";
+ std::cin.get();
+}
\ No newline at end of file