02/07/15

Dependencies:   mbed

Dependents:   TabbedGUIMbed

Committer:
aidanPJG
Date:
Wed Jul 01 11:02:10 2015 +0000
Revision:
4:e61cd14ec4f0
Child:
5:ddbc9c48480d
Before I go making radical changes to calculate the speed.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
aidanPJG 4:e61cd14ec4f0 1 #include "Calculate.h"
aidanPJG 4:e61cd14ec4f0 2 #include <iostream>
aidanPJG 4:e61cd14ec4f0 3
aidanPJG 4:e61cd14ec4f0 4 void Calculate() {
aidanPJG 4:e61cd14ec4f0 5 std::cout << "Ohai from another .cpp file!";
aidanPJG 4:e61cd14ec4f0 6 std::cin.get();
aidanPJG 4:e61cd14ec4f0 7 }